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

22 lines
501 B
C
Raw Normal View History

2000-12-08 21:40:33 +01:00
/************************************************************
yymsoflw.c
This file can be freely modified for the generation of
custom code.
Copyright (c) 1999 Bumble-Bee Software Ltd.
************************************************************/
#include <stdlib.h>
#include "myacc.h"
#ifdef YYPROTOTYPE
void YYCDECL yymstackoverflow(yymparse_t YYFAR *yy)
#else
void YYCDECL yymstackoverflow(yy)
yymparse_t YYFAR *yy;
#endif
{
yyassert(yy != NULL);
(*yy->yymerror)(yy, "yacc stack overflow");
}