newer version

This commit is contained in:
ceriel
1986-04-25 10:14:08 +00:00
parent c11efeb1fe
commit f445033fab
14 changed files with 235 additions and 73 deletions

View File

@@ -2,17 +2,18 @@
/* $Header$ */
extern char options[]; /* Indicating which options were given */
extern char options[]; /* indicating which options were given */
extern int DefinitionModule;
/* Flag indicating that we are reading a definition
/* flag indicating that we are reading a definition
module
*/
extern int SYSTEMModule;/* Flag indicating that we are handling the SYSTEM
extern int SYSTEMModule;/* flag indicating that we are handling the SYSTEM
module
*/
extern struct def *Defined;
/* Definition structure of module defined in this
/* definition structure of module defined in this
compilation
*/
extern char *DEFPATH[]; /* search path for DEFINITION MODULE's */