typedef union { char *t_nom; float t_float; } YYSTYPE; #define IDENT 258 #define RATIONAL 259 #define FAMILY 260 #define END_LINE 261 extern YYSTYPE familylval;