mirror of
https://github.com/cc65/cc65.git
synced 2025-04-06 20:37:16 +00:00
Cosmetic change
git-svn-id: svn://svn.cc65.org/cc65/trunk@861 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
1da3197851
commit
84ddce0474
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user