[866] in Source-Commits
third/tex/web2c/web2c/web2c web2c.c
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Tue Nov 26 17:51:23 1996
From: ghudson@MIT.EDU
To: source-commits@MIT.EDU
Date: Tue, 26 Nov 1996 17:50:59 EST
Update of /afs/dev.mit.edu/source/repository/third/tex/web2c/web2c/web2c
In directory small-gods:/afs/dev.mit.edu/user/ghudson/third/tex/web2c/web2c/web2c
Modified Files:
web2c.c
Log Message:
We don't really have the tools to declare yytext portably
(AC_DECLARE_YYTEXT is an old autoconf-ism that doesn't really work
properly; in particular, it causes no declaration to be made under
Solaris 2.5.1). Just eliminate the reference to it. This will
decrease the quality of error output, but probably not enough that
people will care.