Yattm - unified GTK instant-messaging client | |
[Generated for version 0.2-17 - Mon Jan 6 19:01:23 GMT+1 2003] |
00001 #ifndef BISON_Y_TAB_H 00002 # define BISON_Y_TAB_H 00003 00004 #ifndef YYSTYPE 00005 typedef union { 00006 GList * vals; 00007 value_pair * val; 00008 grouplist * grp; 00009 gchar * string; 00010 eb_account * acnt; 00011 struct contact * cntct; 00012 } yystype; 00013 # define YYSTYPE yystype 00014 # define YYSTYPE_IS_TRIVIAL 1 00015 #endif 00016 # define ACCOUNT 257 00017 # define END_ACCOUNT 258 00018 # define GROUP 259 00019 # define END_GROUP 260 00020 # define CONTACT 261 00021 # define END_CONTACT 262 00022 # define IDENTIFIER 263 00023 # define STRING 264 00024 00025 00026 extern YYSTYPE contactlval; 00027 00028 #endif /* not BISON_Y_TAB_H */