added quit routine
authorMark Linton <linton@ucbvax.Berkeley.EDU>
Thu, 21 Jan 1982 09:04:29 +0000 (01:04 -0800)
committerMark Linton <linton@ucbvax.Berkeley.EDU>
Thu, 21 Jan 1982 09:04:29 +0000 (01:04 -0800)
SCCS-vsn: usr.bin/pascal/pdx/main.h 1.3

usr/src/usr.bin/pascal/pdx/main.h

index 1b3fe71..d0b5246 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-/* static char sccsid[] = "@(#)main.h 1.2 %G%"; */
+/* static char sccsid[] = "@(#)main.h 1.3 %G%"; */
 
 /*
  * Definitions for main program.
 
 /*
  * Definitions for main program.
@@ -17,3 +17,4 @@ BOOLEAN opt[26];      /* true if command line option given */
 main();                        /* debugger main routine */
 init();                        /* read in source and object data */
 erecover();            /* does non-local goto for error recovery */
 main();                        /* debugger main routine */
 init();                        /* read in source and object data */
 erecover();            /* does non-local goto for error recovery */
+quit();                        /* clean-up before exiting */