genmx() shouldn't be reference unless we are the OBJ version.
authorPeter B. Kessler <peter@ucbvax.Berkeley.EDU>
Tue, 30 Mar 1982 03:25:54 +0000 (19:25 -0800)
committerPeter B. Kessler <peter@ucbvax.Berkeley.EDU>
Tue, 30 Mar 1982 03:25:54 +0000 (19:25 -0800)
SCCS-vsn: usr.bin/pascal/src/nl.c 1.6

usr/src/usr.bin/pascal/src/nl.c

index f160efd..c674687 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[] = "@(#)nl.c 1.5 %G%";
+static char sccsid[] = "@(#)nl.c 1.6 %G%";
 
 #include "whoami.h"
 #include "0.h"
 
 #include "whoami.h"
 #include "0.h"
@@ -262,7 +262,9 @@ initnl()
                MININT = -32768.;
                MAXINT = 32767.;
 #ifndef        PI0
                MININT = -32768.;
                MAXINT = 32767.;
 #ifndef        PI0
+#ifdef OBJ
                genmx();
                genmx();
+#endif OBJ
 #endif
            }
 #endif
 #endif
            }
 #endif