This "genfiles" does produce #line free files.
    You need to do './cvsclean' first though. :)

    --Jani

On Tue, 8 Nov 2005, Nuno Lopes wrote:


Zend ones.
Zend/zend_ini_scanner.c, language_parser, ini_parser,etc ..

'grep -lr "#line" *'  shows all them :)

Nuno


----- Original Message -----
    Be more precise, which ones? :)
    The relevant ones are handled in the beginning of this file.

    --Jani

On Tue, 8 Nov 2005, Nuno Lopes wrote:


And what about flex/bison parsers?


----- Original Message -----
sniper Tue Nov  8 15:21:40 2005 EDT

 Modified files:
   /php-src genfiles
 Log:
 More files to have #line directives stripped for release

http://cvs.php.net/diff.php/php-src/genfiles?r1=1.23&r2=1.24&ty=u
Index: php-src/genfiles
diff -u php-src/genfiles:1.23 php-src/genfiles:1.24
--- php-src/genfiles:1.23 Tue Nov  8 10:54:20 2005
+++ php-src/genfiles Tue Nov  8 15:21:35 2005
@@ -6,7 +6,14 @@

set -x

-for f in ext/date/lib/parse_date.c ext/standard/url_scanner_ex.c ext/standard/var_unserializer.c; do
+CLEANUP_FILES=" \
+  ext/pdo/pdo_sql_parser.c \
+  ext/date/lib/parse_date.c \
+  ext/standard/url_scanner_ex.c \
+  ext/standard/var_unserializer.c \
+"
+
+for f in $CLEANUP_FILES; do
  cp $f $f.orig
  grep -v '#line ' $f.orig > $f
done


--
Give me your money at @ <http://pecl.php.net/wishlist.php/sniper>
Donating money may make me happier and friendlier for a limited period!
Death to all 4 letter abbreviations starting with P!

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to