/* @(#)21	1.3  src/bos/usr/ccs/bin/yacc/files, cmdlang, bos411, 9428A410j 6/15/90 21:49:27 */
/*
 * COMPONENT_NAME: (CMDLANG) Language Utilities
 *
 * FUNCTIONS: 
 *
 * ORIGINS: 27
 *
 * IBM CONFIDENTIAL -- (IBM Confidential Restricted when
 * combined with the aggregated modules for this product)
 *                  SOURCE MATERIALS
 * (C) COPYRIGHT International Business Machines Corp. 1985, 1989
 * All Rights Reserved
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 */

/* This file has the location of the parser, and the size of the */
/* program desired.  It may also contain definitions to override */
/* various defaults, for example, WORD32 tells yacc that there   */
/* are at least 32 bits per integer.                             */

/* AT&T: On some systems, notably IBM, the names for the output */
/*       files and tempfiles must also be changed.              */

#define WORD32

/* location of the parser text file */
#define PARSER "/usr/lib/yaccpar"

/* basic size of the Yacc implementation */
#ifdef WORD32
#define HUGE
#else
#define MEDIUM
#endif
