Bell 32V development
authorTom London <tbl@research.uucp>
Sun, 21 Jan 1979 11:24:04 +0000 (06:24 -0500)
committerTom London <tbl@research.uucp>
Sun, 21 Jan 1979 11:24:04 +0000 (06:24 -0500)
Work on file usr/src/cmd/refer/types.c

Co-Authored-By: John Reiser <jfr@research.uucp>
Synthesized-from: 32v

usr/src/cmd/refer/types.c [new file with mode: 0644]

diff --git a/usr/src/cmd/refer/types.c b/usr/src/cmd/refer/types.c
new file mode 100644 (file)
index 0000000..d9348e6
--- /dev/null
@@ -0,0 +1,14 @@
+# if LONG
+# define ptr long
+# define uptr long
+# define getp getl
+# define putp putl
+# define MONE -1L
+extern long getl();
+# else
+# define ptr int
+# define uptr unsigned
+# define getp getw
+# define putp putw
+# define MONE -1
+# endif