Minor clean-ups and typo fixes.

This commit is contained in:
acqn
2021-04-17 11:43:03 +08:00
parent fdded33097
commit e9545d68ee
4 changed files with 10 additions and 25 deletions

View File

@@ -49,21 +49,6 @@
/*****************************************************************************/
/* Data */
/*****************************************************************************/
/* Map a generator function and its attributes to a token */
typedef struct GenDesc {
token_t Tok; /* Token to map to */
unsigned Flags; /* Flags for generator function */
void (*Func) (unsigned, unsigned long); /* Generator func */
} GenDesc;
/*****************************************************************************/
/* Code */
/*****************************************************************************/