forgot typenames

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

View file

@ -7,4 +7,4 @@
#define CLOSE 64|SYMBOL
#define SPACE 128
#define HEXNUM 256|UPPER
extern ascii_table[256];
extern int ascii_table[256];