From: Sascha Schumann Date: Tue, 5 Dec 2000 11:05:24 +0000 (+0000) Subject: Pass core_globals to new inline functions X-Git-Tag: php-4.0.5RC1~1013 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b97e23c4a83ed65e9db2fe282a621ebd4470ff1e;p=php Pass core_globals to new inline functions Submitted by: Sebastian Bergmann --- diff --git a/ext/standard/url_scanner_ex.c b/ext/standard/url_scanner_ex.c index e2cdda67c7..35b0e9e435 100644 --- a/ext/standard/url_scanner_ex.c +++ b/ext/standard/url_scanner_ex.c @@ -1,4 +1,4 @@ -/* Generated by re2c 0.5 on Mon Dec 4 13:26:39 2000 */ +/* Generated by re2c 0.5 on Tue Dec 5 11:55:45 2000 */ #line 1 "/home/sas/src/php4/ext/standard/url_scanner_ex.re" /* +----------------------------------------------------------------------+ @@ -163,8 +163,8 @@ enum { #define YYMARKER q #define STATE ctx->state -#define STD_PARA url_adapt_state_ex_t *ctx, char *start, char *YYCURSOR -#define STD_ARGS ctx, start, xp +#define STD_PARA url_adapt_state_ex_t *ctx, char *start, char *YYCURSOR PLS_DC +#define STD_ARGS ctx, start, xp PLS_CC static inline void passthru(STD_PARA) { diff --git a/ext/standard/url_scanner_ex.re b/ext/standard/url_scanner_ex.re index 40ba4fb0fb..f18406eb5d 100644 --- a/ext/standard/url_scanner_ex.re +++ b/ext/standard/url_scanner_ex.re @@ -161,8 +161,8 @@ enum { #define YYMARKER q #define STATE ctx->state -#define STD_PARA url_adapt_state_ex_t *ctx, char *start, char *YYCURSOR -#define STD_ARGS ctx, start, xp +#define STD_PARA url_adapt_state_ex_t *ctx, char *start, char *YYCURSOR PLS_DC +#define STD_ARGS ctx, start, xp PLS_CC static inline void passthru(STD_PARA) {