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

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

diff --git a/usr/src/usr.bin/pascal/pdx/mappings/filetab.h b/usr/src/usr.bin/pascal/pdx/mappings/filetab.h
new file mode 100644 (file)
index 0000000..2d8d1e8
--- /dev/null
@@ -0,0 +1,16 @@
+/* Copyright (c) 1982 Regents of the University of California */
+
+static char sccsid[] = "@(#)filetab.h 1.1 %G%";
+
+/*
+ * definition of file table
+ */
+
+typedef struct {
+       LINENO line;
+       ADDRESS addr;
+       char *filename;
+       LINENO lineindex;
+} FILETAB;
+
+FILETAB *filetab;