4.1cBSD/usr/src/ucb/pascal/src/config.h

Compare this file to the similar file:
Show the results in this format:

    /*
     *	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;