Pristine Ack-5.5
[Ack-5.5.git] / lang / m2 / m2mm / main.h
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  *
5  * Author: Ceriel J.H. Jacobs
6  */
7
8 /* S O M E   G L O B A L   V A R I A B L E S */
9
10 /* $Id: main.h,v 1.3 1994/06/24 12:45:19 ceriel Exp $ */
11
12 extern char **DEFPATH;  /* search path for DEFINITION MODULE's */
13 extern int mDEF, nDEF;
14 extern int state;       /* either IMPLEMENTATION or PROGRAM */
15 extern struct file_list *CurrentArg;