SBSPSS/Utils/Parser Generator/SOURCE/yyssoflw.c

20 lines
423 B
C
Raw Permalink Normal View History

2000-12-08 21:40:33 +01:00
/************************************************************
yyssoflw.c
This file can be freely modified for the generation of
custom code.
Copyright (c) 1999 Bumble-Bee Software Ltd.
************************************************************/
#include <stdlib.h>
#include "yacc.h"
#ifdef YYPROTOTYPE
void YYCDECL yystackoverflow(void)
#else
void YYCDECL yystackoverflow()
#endif
{
yyerror("yacc stack overflow");
}