mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
Cosmetic change
git-svn-id: svn://svn.cc65.org/cc65/trunk@746 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f0f7af6b4a
commit
d390c51e57
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user