Removed the logging facility from citserver, use syslog instead
[citadel.git] / citadel / parsedate.c
index af08b4b81b3dd2620f0d1e7717d1ba529d59ded0..2df743a7750b424da971c289f22b7361c03f1efd 100644 (file)
@@ -255,13 +255,10 @@ typedef union YYSTYPE
 
     time_t             Number;
     enum _MERIDIAN     Meridian;
-
-
-
-/* Line 214 of yacc.c  */
-#line 263 "y.tab.c"
-} YYSTYPE;
-# define YYSTYPE_IS_TRIVIAL 1
+}
+/* Line 193 of yacc.c.  */
+#line 247 "y.tab.c"
+       YYSTYPE;
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
 # define YYSTYPE_IS_DECLARED 1
 #endif