Made consistent with 'arg_type.h' and 'decl.h'

This commit is contained in:
kaashoek 1987-12-18 12:12:50 +00:00
parent 2b1ff161d0
commit 316e0c913d

View File

@ -4,7 +4,4 @@
#define SEGROM 3 #define SEGROM 3
#define SEGTXT 4 #define SEGTXT 4
#define STRING 0 #include "arg_type.h"
#define LABEL 1
#define ARITH 2
#define INT 3