]> code.citadel.org Git - citadel.git/blobdiff - citadel/parsedate.c
Version number to 8.02 for upcoming release
[citadel.git] / citadel / parsedate.c
index af08b4b81b3dd2620f0d1e7717d1ba529d59ded0..ef584417fb8cca830b4d2742ca93c1f1ebb0d743 100644 (file)
@@ -5,8 +5,8 @@
    
       Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
    Free Software Foundation, Inc.
-   
-   This program is free software: you can redistribute it and/or modify
+
+   This program is open source software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
@@ -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