diff options
| author | Sascha Schumann <sas@php.net> | 2000-12-05 11:05:24 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-12-05 11:05:24 +0000 |
| commit | b97e23c4a83ed65e9db2fe282a621ebd4470ff1e (patch) | |
| tree | 4ba9c81336bcefa0b5eeb1769c131e218bc3bec0 | |
| parent | 48e7da206fca97ecdeb79b77aa84af2bfe273dfa (diff) | |
| download | php-git-b97e23c4a83ed65e9db2fe282a621ebd4470ff1e.tar.gz | |
Pass core_globals to new inline functions
Submitted by: Sebastian Bergmann
| -rw-r--r-- | ext/standard/url_scanner_ex.c | 6 | ||||
| -rw-r--r-- | ext/standard/url_scanner_ex.re | 4 |
2 files changed, 5 insertions, 5 deletions
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) { |
