ack/lang/m2/comp/main.h
1986-04-03 17:41:26 +00:00

15 lines
329 B
C

/* S O M E G L O B A L V A R I A B L E S */
/* $Header$ */
extern char options[]; /* Indicating which options were given */
extern int DefinitionModule;
/* Flag indicating that we are reading a definition
module
*/
extern int SYSTEMModule;/* Flag indicating that we are handling the SYSTEM
module
*/