/* files */
/*
 * 	(c) Copyright 1986 Gould Inc.
 * 	    All Rights Reserved.
 */

/*@(#) (Gould) $Header: files,v 5.1.1.2 88/08/24 01:45:20 root LSE-4_0-PN $		   */
/* this file has the location of the parser, and the size of the progam desired */
/* It may also contain definitions to override various defaults: for example,
/* WORD32 tells yacc that there are at least 32 bits per int */
/* on some systems, notably IBM, the names for the output files and tempfiles must
/* also be changed  */

#ifndef WORD32
#define WORD32
#endif
/* location of the parser text file */
#if defined(mpx) && !defined(i386)
#define PARSER "/system/lib/yaccpar"
#else
#ifdef i386
#define PARSER "/u/lib/yaccpar"
#else
# define PARSER "/usr/lib/yaccpar"
#endif /* i386 */
#endif /* mpx */
/* basic size of the Yacc implementation */
# define HUGE

/*
 * 	(c) Copyright 1986 Gould Inc.
 * 	    All Rights Reserved.
 */
