summaryrefslogtreecommitdiffabout
path: root/libical/src/libicalss/icalssyacc.h
Unidiff
Diffstat (limited to 'libical/src/libicalss/icalssyacc.h') (more/less context) (show whitespace changes)
-rw-r--r--libical/src/libicalss/icalssyacc.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libical/src/libicalss/icalssyacc.h b/libical/src/libicalss/icalssyacc.h
index 7d42f3c..6d03a0f 100644
--- a/libical/src/libicalss/icalssyacc.h
+++ b/libical/src/libicalss/icalssyacc.h
@@ -1,12 +1,11 @@
1#ifndef BISON_ICALSSYACC_H 1#ifndef BISON_Y_TAB_H
2# define BISON_ICALSSYACC_H 2# define BISON_Y_TAB_H
3 3
4#ifndef YYSTYPE 4#ifndef YYSTYPE
5typedef union { 5typedef union {
6 char* v_string; 6 char* v_string;
7} yystype; 7} yystype;
8# define YYSTYPE yystype 8# define YYSTYPE yystype
9# define YYSTYPE_IS_TRIVIAL 1
10#endif 9#endif
11 # define STRING257 10 # define STRING257
12 # define SELECT258 11 # define SELECT258
@@ -24,8 +23,9 @@ typedef union {
24 # define OR270 23 # define OR270
25 # define EOL271 24 # define EOL271
26 # define END272 25 # define END272
26 # define IS273
27 # define NOT274
28 # define SQLNULL275
27 29
28 30
29extern YYSTYPE sslval; 31#endif /* not BISON_Y_TAB_H */
30
31#endif /* not BISON_ICALSSYACC_H */