forgot typenames

This commit is contained in:
Morten Delenk 2016-07-27 15:06:39 +02:00
parent 500e61549e
commit fced1b72db
No known key found for this signature in database
GPG key ID: 3F818D0F65DCB490

View file

@ -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];