#ifdef TRANS_SID
+#ifdef HAVE_UNISTD_H
#include <unistd.h>
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
NULL
};
-static inline void tag_arg(url_adapt_state_t *ctx PLS_CC)
+static inline void tag_arg(url_adapt_state_t *ctx PLS_DC)
{
char f = 0;
int i;
#ifdef DEBUG
printf("PARA(%s)\n", ctx->para.c);
#endif
- tag_arg(ctx PLS_DC);
+ tag_arg(ctx PLS_CC);
arg_start = YYCURSOR;
GO(STATE_NEXT_ARG);
NEXT;
#ifdef DEBUG
printf("PARA(%s)\n", ctx->para.c);
#endif
- tag_arg(ctx PLS_DC);
+ tag_arg(ctx PLS_CC);
arg_start = YYCURSOR;
GO(STATE_NEXT_ARG);
NEXT;
#ifdef TRANS_SID
+#ifdef HAVE_UNISTD_H
#include <unistd.h>
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
NULL
};
-static inline void tag_arg(url_adapt_state_t *ctx PLS_CC)
+static inline void tag_arg(url_adapt_state_t *ctx PLS_DC)
{
char f = 0;
int i;
#ifdef DEBUG
printf("PARA(%s)\n", ctx->para.c);
#endif
- tag_arg(ctx PLS_DC);
+ tag_arg(ctx PLS_CC);
arg_start = YYCURSOR;
GO(STATE_NEXT_ARG);
NEXT;
#ifdef DEBUG
printf("PARA(%s)\n", ctx->para.c);
#endif
- tag_arg(ctx PLS_DC);
+ tag_arg(ctx PLS_CC);
arg_start = YYCURSOR;
GO(STATE_NEXT_ARG);
NEXT;