sas Tue Jun 3 10:28:57 2003 EDT Modified files: /php4/ext/ircg ircg_scanner.re Log: fix typos Index: php4/ext/ircg/ircg_scanner.re diff -u php4/ext/ircg/ircg_scanner.re:1.24 php4/ext/ircg/ircg_scanner.re:1.25 --- php4/ext/ircg/ircg_scanner.re:1.24 Tue Jun 3 10:26:23 2003 +++ php4/ext/ircg/ircg_scanner.re Tue Jun 3 10:28:57 2003 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: ircg_scanner.re,v 1.24 2003/06/03 14:26:23 sas Exp $ */ +/* $Id: ircg_scanner.re,v 1.25 2003/06/03 14:28:57 sas Exp $ */ #include "php_ircg_alloc.h" @@ -89,7 +89,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) @@ -260,7 +260,7 @@ anynoneof { PASSTHRU(); goto state_plain; } */ -statc_color_hex: +state_color_hex: start = YYCURSOR; /*!re2c hex hex hex hex hex hex { handle_hex(STD_ARGS, 0); goto state_color_hex_bg; }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php