sas Tue Jun 3 10:29:11 2003 EDT Modified files: /php4/ext/ircg ircg_scanner.c Log: sync Index: php4/ext/ircg/ircg_scanner.c diff -u php4/ext/ircg/ircg_scanner.c:1.26 php4/ext/ircg/ircg_scanner.c:1.27 --- php4/ext/ircg/ircg_scanner.c:1.26 Tue Jun 3 10:26:38 2003 +++ php4/ext/ircg/ircg_scanner.c Tue Jun 3 10:29:11 2003 @@ -1,4 +1,4 @@ -/* Generated by re2c 0.5 on Tue Jun 3 16:26:05 2003 */ +/* Generated by re2c 0.5 on Tue Jun 3 16:29:05 2003 */ #line 1 "ircg_scanner.re" /* +----------------------------------------------------------------------+ @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: ircg_scanner.c,v 1.26 2003/06/03 14:26:38 sas Exp $ */ +/* $Id: ircg_scanner.c,v 1.27 2003/06/03 14:29:11 sas Exp $ */ #include "php_ircg_alloc.h" @@ -75,7 +75,7 @@ #define PASSTHRU() do { \ size_t __len = xp - start; \ if (__len == 1) \ - smart_str_appendc_ex(mctx.result, start, 1); \ + smart_str_appendc_ex(mctx.result, *start, 1); \ else \ smart_str_appendl_ex(mctx.result, start, __len, 1); \ } while (0) @@ -509,7 +509,7 @@ #line 261 -statc_color_hex: +state_color_hex: start = YYCURSOR; { YYCTYPE yych;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php