Files
Digital-Research-Source-Code/ASSEMBLY & COMPILE TOOLS/PLM-2-C 2/plm2c/tkn_ext.h
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

16 lines
219 B
C

/*
* Reserved word list
*/
extern RESERVED_WORD reserved_words[];
/*
* Operator list
*/
extern RESERVED_OPERATOR reserved_operators[];
/*
* Control directives list
*/
extern RESERVED_WORD control_directives[];