From: Tom Yu Date: Sat, 11 Jun 1994 07:42:43 +0000 (+0000) Subject: fixed yytext declaration problem X-Git-Tag: krb5-1.0-beta4~108 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f3dec3d0afe1178123b97d912fb6d7117a4ba991;p=krb5.git fixed yytext declaration problem git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3745 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/isode/pepsy/pepsydefs.h.gnrc b/src/isode/pepsy/pepsydefs.h.gnrc index 119bdd8d7..c90c0f208 100644 --- a/src/isode/pepsy/pepsydefs.h.gnrc +++ b/src/isode/pepsy/pepsydefs.h.gnrc @@ -17,9 +17,12 @@ * * * $Log$ - * Revision 1.1 1994/06/10 03:31:25 eichin - * autoconfed isode for kerberos work + * Revision 1.2 1994/06/11 07:42:43 tlyu + * fixed yytext declaration problem * +Revision 1.1 1994/06/10 03:31:25 eichin +autoconfed isode for kerberos work + # Revision 1.2 1994/06/07 04:06:25 eichin # yytext is char* under mips too # @@ -391,7 +394,7 @@ extern char *yyprfdflt; extern int yydebug; extern int yylineno; -#if defined(linux) || defined(mips) +#if defined(linux) extern char *yytext; #else #ifndef HPUX