1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00

Cosmetic change

git-svn-id: svn://svn.cc65.org/cc65/trunk@746 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-05-23 07:10:16 +00:00
parent f0f7af6b4a
commit d390c51e57

View File

@ -45,8 +45,8 @@
/* Type of a file position */
typedef struct FilePos_ FilePos;
struct FilePos_ {
typedef struct FilePos FilePos;
struct FilePos {
unsigned long Line; /* Line */
unsigned Col; /* Column */
unsigned Name; /* File */