mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Minor changes
git-svn-id: svn://svn.cc65.org/cc65/trunk@835 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
eaf1304b71
commit
254948fcfe
@ -46,8 +46,8 @@
|
||||
|
||||
/* Map a generator function and its attributes to a token */
|
||||
typedef struct {
|
||||
unsigned char Tok; /* Token to map to */
|
||||
unsigned char Flags; /* Flags for generator function */
|
||||
token_t Tok; /* Token to map to */
|
||||
unsigned Flags; /* Flags for generator function */
|
||||
void (*Func) (unsigned, unsigned long); /* Generator func */
|
||||
} GenDesc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user