Skip to content

Commit

Permalink
Merge from HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Schumann committed Dec 5, 2000
1 parent ad39ef1 commit d812632
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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"
/*
+----------------------------------------------------------------------+
Expand Down Expand Up @@ -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)
{
Expand Down
4 changes: 2 additions & 2 deletions ext/standard/url_scanner_ex.re
Expand Up @@ -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)
{
Expand Down

0 comments on commit d812632

Please sign in to comment.