source:
scripts/untested/blfs-patches/tetex-src-2.0.2-flex-1.patch@
300656b
Last change on this file since 300656b was 617118d, checked in by , 19 years ago | |
---|---|
|
|
File size: 972 bytes |
-
texk/web2c/omegafonts/Makefile.in
Submitted By: Jim Gifford (jim at linuxfromscratch dot org) Date: 2003-09-20 Initial Package Version: 2.0.2 Origin: Jim Gifford Description: Fixes Parse error in pl.l Flex Version 2.5.31 Corrects ./pl.l: In function `scan_string': ./pl.l:462: `yytext_ptr' undeclared (first use in this function) ./pl.l:462: (Each undeclared identifier is reported only once ./pl.l:462: for each function it appears in.) $LastChangedBy: bdubbs $ $Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $ diff -Naur tetex-src-2.0.2.orig/texk/web2c/omegafonts/Makefile.in tetex-src-2.0.2/texk/web2c/omegafonts/Makefile.in
old new 40 40 -test -f y.tab.h && mv -f y.tab.h y_tab.h 41 41 $(LEX_OUTPUT_ROOT).o: parser.h 42 42 $(LEX_OUTPUT_ROOT).c: pl.l 43 $(LEX) $(srcdir)/pl.l43 $(LEX) -l $(srcdir)/pl.l 44 44 45 45 46 46
Note:
See TracBrowser
for help on using the repository browser.