From: Mark Linton Date: Thu, 21 Jan 1982 09:01:30 +0000 (-0800) Subject: "quit" calls quit rather than exit X-Git-Tag: BSD-4_1_snap-Snapshot-Development~65 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/5869a611335db32adf97627d8579f5de7a0890aa "quit" calls quit rather than exit SCCS-vsn: usr.bin/pascal/pdx/command/grammar.y 1.2 --- diff --git a/usr/src/usr.bin/pascal/pdx/command/grammar.y b/usr/src/usr.bin/pascal/pdx/command/grammar.y index 793c998df3..d42cd338b2 100644 --- a/usr/src/usr.bin/pascal/pdx/command/grammar.y +++ b/usr/src/usr.bin/pascal/pdx/command/grammar.y @@ -1,7 +1,7 @@ %{ /* Copyright (c) 1982 Regents of the University of California */ -static char sccsid[] = "@(#)grammar.y 1.1 %G%"; +static char sccsid[] = "@(#)grammar.y 1.2 %G%"; /* * yacc grammar for debugger commands @@ -157,7 +157,7 @@ command: } | QUIT { - exit(0); + quit(0); } | STEP {