sas Tue Jan 28 09:33:04 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/ircg Makefile.frag ircg_scanner.re
Log:
MFH
Index: php4/ext/ircg/Makefile.frag
diff -u php4/ext/ircg/Makefile.frag:1.1 php4/ext/ircg/Makefile.frag:1.1.4.1
--- php4/ext/ircg/Makefile.frag:1.1 Thu Mar 7 09:18:57 2002
+++ php4/ext/ircg/Makefile.frag Tue Jan 28 09:33:02 2003
@@ -1,2 +1,2 @@
$(srcdir)/ircg_scanner.c: $(srcdir)/ircg_scanner.re
- re2c -b $(srcdir)/ircg_scanner.re > $@
+ re2c $(srcdir)/ircg_scanner.re > $@
Index: php4/ext/ircg/ircg_scanner.re
diff -u php4/ext/ircg/ircg_scanner.re:1.18 php4/ext/ircg/ircg_scanner.re:1.18.8.1
--- php4/ext/ircg/ircg_scanner.re:1.18 Thu Feb 28 03:26:18 2002
+++ php4/ext/ircg/ircg_scanner.re Tue Jan 28 09:33:03 2003
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2002 The PHP Group |
+ | Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: ircg_scanner.re,v 1.18 2002/02/28 08:26:18 sebastian Exp $ */
+/* $Id: ircg_scanner.re,v 1.18.8.1 2003/01/28 14:33:03 sas Exp $ */
#include <ext/standard/php_smart_str.h>
#include <stdio.h>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php