From c82c50438311c9b909a31bb8722283829ab967e9 Mon Sep 17 00:00:00 2001 From: Mark Linton Date: Thu, 21 Jan 1982 01:04:29 -0800 Subject: [PATCH] added quit routine SCCS-vsn: usr.bin/pascal/pdx/main.h 1.3 --- usr/src/usr.bin/pascal/pdx/main.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/usr.bin/pascal/pdx/main.h b/usr/src/usr.bin/pascal/pdx/main.h index 1b3fe714f0..d0b5246c70 100644 --- a/usr/src/usr.bin/pascal/pdx/main.h +++ b/usr/src/usr.bin/pascal/pdx/main.h @@ -1,6 +1,6 @@ /* 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. @@ -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 */ +quit(); /* clean-up before exiting */ -- 2.20.1