replace return with YYACCEPT

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5645 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-03-20 02:43:45 +00:00
parent 38602c5572
commit 2204b4a0c8

View File

@@ -101,7 +101,7 @@ statement : TABLE STRING ';'
}
| END ';'
{
return;
YYACCEPT;
}
;