date and time created 82/01/18 19:21:12 by linton
authorMark Linton <linton@ucbvax.Berkeley.EDU>
Tue, 19 Jan 1982 11:21:12 +0000 (03:21 -0800)
committerMark Linton <linton@ucbvax.Berkeley.EDU>
Tue, 19 Jan 1982 11:21:12 +0000 (03:21 -0800)
SCCS-vsn: usr.bin/pascal/pdx/sym/btypes.h 1.1

usr/src/usr.bin/pascal/pdx/sym/btypes.h [new file with mode: 0644]

diff --git a/usr/src/usr.bin/pascal/pdx/sym/btypes.h b/usr/src/usr.bin/pascal/pdx/sym/btypes.h
new file mode 100644 (file)
index 0000000..0bc8476
--- /dev/null
@@ -0,0 +1,12 @@
+/* Copyright (c) 1982 Regents of the University of California */
+
+static char sccsid[] = "@(#)btypes.h 1.1 %G%";
+
+/*
+ * basic types
+ */
+
+SYM *t_int;
+SYM *t_real;
+SYM *t_char;
+SYM *t_boolean;