date and time created 82/03/31 12:54:30 by peter
authorPeter B. Kessler <peter@ucbvax.Berkeley.EDU>
Thu, 1 Apr 1982 03:54:30 +0000 (19:54 -0800)
committerPeter B. Kessler <peter@ucbvax.Berkeley.EDU>
Thu, 1 Apr 1982 03:54:30 +0000 (19:54 -0800)
SCCS-vsn: usr.bin/pascal/src/config.h 1.1

usr/src/usr.bin/pascal/src/config.h [new file with mode: 0644]

diff --git a/usr/src/usr.bin/pascal/src/config.h b/usr/src/usr.bin/pascal/src/config.h
new file mode 100644 (file)
index 0000000..0227f40
--- /dev/null
@@ -0,0 +1,32 @@
+    /*
+     * external declarations of things from 
+     *         CONFIG.c
+     *
+     */
+
+    /* sccsid: @(#)config.h    1.1 (Berkeley) 82/03/31 */
+
+    /*
+     * the version of translator
+     */
+extern char    *version;
+
+    /*
+     * the location of the error strings
+     * and the length of the path to it
+     * (in case of execution of pc0 as a.out)
+     */
+extern char    *err_file;
+extern int     err_pathlen;
+
+    /*
+     * the location of the short explanation
+     * and the length of the path to it
+     * the null at the end is so pix can change it to pi'x' from pi.
+     */
+extern char    *how_file;
+extern int     how_pathlen;
+extern char    *px_header;
+extern char    *pi_comp;
+extern char    *px_intrp;
+extern char    *px_debug;