Commit e9917eea authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Revert these from my last commit ... I had no intention of changing
  them in the first place :(


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90533 13f79535-47bb-0310-9956-ffa450edef68
parent a394d992
Loading
Loading
Loading
Loading
+468 −944

File changed.

Preview size limit exceeded, changes collapsed.

+24 −22
Original line number Diff line number Diff line
typedef union {
    char     *cpVal;
    ssl_expr *exVal;
} YYSTYPE;
#ifndef YYERRCODE
#define YYERRCODE 256
#endif

#define T_TRUE 257
#define T_FALSE 258
#define T_DIGIT 259
@@ -22,6 +22,8 @@ typedef union {
#define T_OP_OR 274
#define T_OP_AND 275
#define T_OP_NOT 276


typedef union {
    char     *cpVal;
    ssl_expr *exVal;
} YYSTYPE;
extern YYSTYPE ssl_expr_yylval;
+0 −2
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
/* A lexical scanner generated by flex */

/* Scanner skeleton version:
 * $Header: /home/striker/cvs2svn/dumps/httpd-2.0/../../httpd-2.0/modules/ssl/ssl_expr_scan.c,v 1.5 2001/08/22 22:58:07 wrowe Exp $
 */

#define FLEX_SCANNER
@@ -39,7 +38,6 @@
#ifdef __cplusplus

#include <stdlib.h>
#include <unistd.h>

/* Use prototypes in function declarations. */
#define YY_USE_PROTOS