Patch to allow compilation with gcc 2.95.

This commit is contained in:
David F. Skoll
2012-02-13 10:23:53 -05:00
parent 82cbeec560
commit 7403114897

View File

@@ -390,12 +390,12 @@ DoThroughOmit(ParsePtr p, int ystart, int mstart, int dstart)
{
int yend = NO_YR, mend = NO_MON, dend = NO_DAY, r;
int start, end, tmp;
int parsing = 1;
Token tok;
DynamicBuffer buf;
DBufInit(&buf);
int parsing = 1;
while(parsing) {
if ( (r=ParseToken(p, &buf)) ) return r;