Merge pull request #164 from greg-king5/testsuite

Adjust some new test programs.
This commit is contained in:
Oliver Schmidt
2015-07-01 20:58:56 +02:00
3 changed files with 19 additions and 12 deletions

View File

@@ -19,13 +19,13 @@ struct yywork
struct yysvf
{
struct yywork *yystoff;
};
} yysvec[1];
unsigned char fails = 0;
int main(int n, char **args)
{
struct yysvf *yystate;
struct yysvf *yystate = yysvec;
struct yywork *yyt;
yystate->yystoff = yycrank;