fix FPE error message to cover all cases
authorKirk McKusick <mckusic@ucbvax.Berkeley.EDU>
Tue, 26 Jan 1982 05:43:32 +0000 (21:43 -0800)
committerKirk McKusick <mckusic@ucbvax.Berkeley.EDU>
Tue, 26 Jan 1982 05:43:32 +0000 (21:43 -0800)
SCCS-vsn: usr.bin/pascal/pdx/machine/pxerrors.c 1.2

usr/src/usr.bin/pascal/pdx/machine/pxerrors.c

index b223cf7..871a660 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[] = "@(#)pxerrors.c 1.1 %G%";
+static char sccsid[] = "@(#)pxerrors.c 1.2 %G%";
 
 /*
  * px error messages
 
 /*
  * px error messages
@@ -46,5 +46,5 @@ char *pxerrmsg[] ={
        "statement limit exceeded",
        "runtime stack overflow",
        "interrupt",
        "statement limit exceeded",
        "runtime stack overflow",
        "interrupt",
-       "overflow in arithmetic operation",
+       "overflow, underflow, or divide by zero in arithmetic operation",
 };
 };