forgot typenames
This commit is contained in:
parent
500e61549e
commit
fced1b72db
1 changed files with 2 additions and 1 deletions
|
@ -6,4 +6,5 @@
|
|||
#define OPEN 32|SYMBOL
|
||||
#define CLOSE 64|SYMBOL
|
||||
#define SPACE 128
|
||||
#define HEXNUM 256|UPPER
|
||||
#define HEXNUM 256|UPPER
|
||||
extern ascii_table[256];
|
Loading…
Reference in a new issue