From: Mark Eichin Date: Thu, 16 Jun 1994 06:43:20 +0000 (+0000) Subject: punt USING_BISON X-Git-Tag: krb5-1.0-beta4~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eedeb2dc8557a91c2f98b18617ac2c0dc0b6a9f9;p=krb5.git punt USING_BISON git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3851 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/isode/pepsy/pepsy.c b/src/isode/pepsy/pepsy.c index 6ff802d14..45ef1757c 100644 --- a/src/isode/pepsy/pepsy.c +++ b/src/isode/pepsy/pepsy.c @@ -36,6 +36,9 @@ static char *rcsid = "$Header$"; * * * $Log$ + * Revision 1.4 1994/06/16 06:43:20 eichin + * punt USING_BISON + * * Revision 1.3 1994/06/12 23:49:17 tytso * Test for YYLINENO so that pepsy will build cleanly on all platforms. * @@ -75,7 +78,7 @@ static char *rcsid = "$Header$"; #include "pass2.h" #include -#if defined(USING_BISON) || defined(NO_YYLINENO) +#if defined(NO_YYLINENO) int yylineno = 0; /* Bison doesn't have yylineno, sigh */ /* ultrix doesn't either */ #endif