From: Rhys Weatherley Date: Wed, 16 Jun 2004 09:02:08 +0000 (+0000) Subject: Add a missing semi-colon. X-Git-Tag: r.0.0.4~12 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=02b2326119ce47ba68c531bc812462a8c3060fd9;p=francis%2Flibjit.git Add a missing semi-colon. --- diff --git a/ChangeLog b/ChangeLog index a713d1c..797006b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ +2004-06-16 Rhys Weatherley + + * tools/gen-sel-parser.y: add a missing semi-colon. + 2004-06-14 Rhys Weatherley * dpas/dpas-internal.h, dpas/dpas-parser.y, dpas/dpas-scanner.l, diff --git a/tools/gen-sel-parser.y b/tools/gen-sel-parser.y index d896849..2a066be 100644 --- a/tools/gen-sel-parser.y +++ b/tools/gen-sel-parser.y @@ -845,6 +845,7 @@ IdentifierList free($3); $$ = result; } + ; IfClause : /* empty */ { $$ = 0; }