* /sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining NO_UNDER...
authorBrendan Kehoe <brendan@zen.org>
Sun, 16 Apr 1995 08:24:34 +0000 (08:24 +0000)
committerBrendan Kehoe <brendan@zen.org>
Sun, 16 Apr 1995 08:24:34 +0000 (08:24 +0000)
Sun Apr 16 03:23:09 1995  Brendan Kehoe  (brendan@zen.org)

* /sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining
NO_UNDERSCORES then using sysdeps/unix/mips/sysdep.h.

ChangeLog
sysdeps/unix/bsd/ultrix4/mips/sysdep.h [new file with mode: 0644]

index 9558b3f..a8f87aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Apr 16 03:23:09 1995  Brendan Kehoe  (brendan@zen.org)
+
+       * /sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining
+       NO_UNDERSCORES then using sysdeps/unix/mips/sysdep.h.
+
 Fri Apr 14 18:49:03 1995  Brendan Kehoe  (brendan@zen.org)
 
        * sysdeps/ieee754/mpn2dbl.c (__mpn_construct_double)
diff --git a/sysdeps/unix/bsd/ultrix4/mips/sysdep.h b/sysdeps/unix/bsd/ultrix4/mips/sysdep.h
new file mode 100644 (file)
index 0000000..09b69ff
--- /dev/null
@@ -0,0 +1,3 @@
+#define NO_UNDERSCORES
+
+#include <sysdeps/unix/mips/sysdep.h>