/* ******************* * * D E C U S . H * * ******************* * * This file replaces the original "files." header file. It defines, for * the Decus version, the target parser function source file, overriding * file name string defines, and other Decus-specific definitions and * parameters. Note that it is assumed that a full feature macro processor, * such as "mp", including the predefined symbols such as rt11, rsx, decus, * etc., will be used before feeding the Decus compiler. * * Bob Denny 06-Dec-80 * * Edits: * 18-Dec-80 ZAPFILE no longer used in Decus Yacc. * Parser file renamed yypars.c * * 28-Aug-81 Temp files for RSX have specific version * numbers of 1 to avoid multi-versions. Rename * parser info file ".i". */ /* Define WORD32 if target machine is a 32 bitter */ /* Target parser source file */ # define PARSER "yypars.c" /* basic size of the Yacc implementation */ # define MEDIUM /* Table size for this Yacc */ # define SMALLTAB */ /* Filespec definitions */ #ifdef rsx # define ACTNAME "yacc.act;1" # define TEMPNAME "yacc.tmp;1" #else # define ACTNAME "yacc.act" #endif