ack/lang/m2/comp/main.h

15 lines
329 B
C
Raw Normal View History

1986-03-26 15:11:02 +00:00
/* S O M E G L O B A L V A R I A B L E S */
/* $Header$ */
1986-04-03 17:41:26 +00:00
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
1986-03-26 15:11:02 +00:00
*/