new copyright; att/bsd/shared
[unix-history] / usr / src / usr.bin / pascal / src / config.h
CommitLineData
0fc6e47b
KB
1/*-
2 * Copyright (c) 1980 The Regents of the University of California.
3 * All rights reserved.
252367af 4 *
0fc6e47b
KB
5 * %sccs.include.redist.c%
6 *
7 * @(#)config.h 5.4 (Berkeley) %G%
252367af
DF
8 */
9
ee24b964
PK
10 /*
11 * external declarations of things from
12 * CONFIG.c
13 *
14 */
15
ee24b964
PK
16 /*
17 * the version of translator
18 */
19extern char *version;
20
21 /*
22 * the location of the error strings
23 * and the length of the path to it
24 * (in case of execution of pc0 as a.out)
25 */
9a59dac1 26extern char *err_file;
ee24b964
PK
27extern int err_pathlen;
28
29 /*
30 * the location of the short explanation
31 * and the length of the path to it
32 * the null at the end is so pix can change it to pi'x' from pi.
33 */
9a59dac1 34extern char *how_file;
ee24b964
PK
35extern int how_pathlen;
36extern char *px_header;
37extern char *pi_comp;
38extern char *px_intrp;
39extern char *px_debug;