mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
MFH
This commit is contained in:
parent
68d1942a9a
commit
f60da5cd5e
1 changed files with 1 additions and 1 deletions
2
genfiles
2
genfiles
|
@ -6,7 +6,7 @@ STD='make -f Makefile.frag LEX="flex -L" YACC="bison -y -l" srcdir=Zend builddir
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
for f in ext/standard/url_scanner_ex.c ext/standard/var_unserializer.c; do
|
for f in ext/date/lib/parse_date.c ext/standard/url_scanner_ex.c ext/standard/var_unserializer.c; do
|
||||||
cp $f $f.orig
|
cp $f $f.orig
|
||||||
grep -v '#line ' $f.orig > $f
|
grep -v '#line ' $f.orig > $f
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue