/* @(#)Copyright (c), 1987, 1996 StatSci, Inc.  All rights reserved. */

#ifndef _S_S_YY_H_ /*(*/
#define _S_S_YY_H_

#include <sccs.h>
SCCS_ID_C(0008,@(#)S_yy.h 3.8 last edit 4/12/93 StatSci)

/* Mapping of names produced by yacc and lex to avoid conflict with those in 
   libF77, Fortran 1.3.1 on SUNOS4_SPARC. Doing this for all platforms so we
   have same final symbols everywhere. */

#define yyact		S_yyact
#define yychar		S_yychar
#define yychk		S_yychk
#define yydef		S_yydef
#define yyerrflag	S_yyerrflag
#define yyexca		S_yyexca
#define yylval		S_yylval
#define yynerrs		S_yynerrs
#define yypact		S_yypact
#define yyparse		S_yyparse
#define yypgo		S_yypgo
#define yyr1		S_yyr1
#define yyr2		S_yyr2
#define yyv		S_yyv
#define yyval		S_yyval
#define yyerror		S_yyerror
#define yylex		S_yylex

#endif /* !_S_S_YY_H_ )*/
