mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +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 */
|
/* Type of a file position */
|
||||||
typedef struct FilePos_ FilePos;
|
typedef struct FilePos FilePos;
|
||||||
struct FilePos_ {
|
struct FilePos {
|
||||||
unsigned long Line; /* Line */
|
unsigned long Line; /* Line */
|
||||||
unsigned Col; /* Column */
|
unsigned Col; /* Column */
|
||||||
unsigned Name; /* File */
|
unsigned Name; /* File */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user