main.h 445 B

123456789101112131415
  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. /* S O M E G L O B A L V A R I A B L E S */
  8. /* $Header$ */
  9. extern char **DEFPATH; /* search path for DEFINITION MODULE's */
  10. extern int mDEF, nDEF;
  11. extern int state; /* either IMPLEMENTATION or PROGRAM */
  12. extern struct file_list *CurrentArg;