diff options
Diffstat (limited to 'usr.bin/m4/eval.c')
-rw-r--r-- | usr.bin/m4/eval.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index 0e77c6b..aa3da5e 100644 --- a/usr.bin/m4/eval.c +++ b/usr.bin/m4/eval.c @@ -35,7 +35,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)eval.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)eval.c 8.2 (Berkeley) 4/27/95"; #endif /* not lint */ /* @@ -353,6 +353,7 @@ register int td; /* * doexit - immediate exit from m4. */ + killdiv(); exit((argc > 2) ? atoi(argv[2]) : 0); break; |