1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00

Cosmetic change

git-svn-id: svn://svn.cc65.org/cc65/trunk@861 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-09-07 21:42:40 +00:00
parent 1da3197851
commit 84ddce0474

View File

@ -69,8 +69,8 @@ enum {
/* One .IF descriptor */
typedef struct IfDesc_ IfDesc;
struct IfDesc_ {
typedef struct IfDesc IfDesc;
struct IfDesc {
unsigned Flags; /* Bitmapped flags, see above */
FilePos Pos; /* File position of the .IF */
const char* Name; /* Name of the directive */