From: David MacKenzie Date: Wed, 20 Apr 1994 17:18:33 +0000 (+0000) Subject: Replace DECLARE_YYTEXT with YYTEXT_POINTER. X-Git-Tag: fsf-origin~682 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2798d24e710fbbe62cea86e234c26dc4e73501fa;p=thirdparty%2Fautoconf.git Replace DECLARE_YYTEXT with YYTEXT_POINTER. --- diff --git a/acconfig.h b/acconfig.h index 22f4a25f1..b45263b4f 100644 --- a/acconfig.h +++ b/acconfig.h @@ -34,9 +34,6 @@ This function is required for alloca.c support on those systems. */ #undef CRAY_STACKSEG_END -/* Define as the proper declaration for yytext. */ -#undef DECLARE_YYTEXT - /* Define for DGUX with . */ #undef DGUX @@ -245,6 +242,9 @@ byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN +/* Define if lex declares yytext as a char * by default, not a char[]. */ +#undef YYTEXT_POINTER + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: