date and time created 82/01/18 19:21:03 by linton
[unix-history] / usr / src / usr.bin / pascal / px / utilities.c
index 42d65b3..a94a576 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 /* Copyright (c) 1979 Regents of the University of California */
 
-static char sccsid[] = "@(#)utilities.c 1.3 %G%";
+static char sccsid[] = "@(#)utilities.c 1.4 %G%";
 
 #include       "whoami.h"
 #include       "vars.h"
 
 #include       "whoami.h"
 #include       "vars.h"
@@ -88,7 +88,7 @@ backtrace(errnum)
                ap = mydp->stp;
                i = linum - (((ap)->entry)->offset & 0177777);
                fprintf(stderr,"%s\"",(ap->entry)->name);
                ap = mydp->stp;
                i = linum - (((ap)->entry)->offset & 0177777);
                fprintf(stderr,"%s\"",(ap->entry)->name);
-               if (_nodump == 0)
+               if (_nodump == FALSE)
                        fprintf(stderr,"+%D near line %D.",i,linum);
                fputc('\n',stderr);
                *mydp = (ap)->odisp;
                        fprintf(stderr,"+%D near line %D.",i,linum);
                fputc('\n',stderr);
                *mydp = (ap)->odisp;