]> granicus.if.org Git - apache/blobdiff - server/util_expr_parse.h
use APR_STATUS_IS_TIMEUP() instead of direct comparison with APR_TIMEUP.
[apache] / server / util_expr_parse.h
index f0f3431cb40e6ae3141a39d9d9b1eae350ea4322..f3f618739f19a0c079aaeb0ac0002fad3e8ee891 100644 (file)
@@ -41,7 +41,7 @@
    enum yytokentype {
      T_TRUE = 258,
      T_FALSE = 259,
-     ERROR = 260,
+     T_ERROR = 260,
      T_DIGIT = 261,
      T_ID = 262,
      T_STRING = 263,
@@ -85,9 +85,9 @@ typedef union YYSTYPE
 /* Line 1676 of yacc.c  */
 #line 35 "util_expr_parse.y"
 
-    char    *cpVal;
-    ap_expr *exVal;
-    int      num;
+    char      *cpVal;
+    ap_expr_t *exVal;
+    int        num;