WebCore/generated/CSSGrammar.h
changeset 2 303757a437d3
parent 0 4f2f89ce4247
equal deleted inserted replaced
0:4f2f89ce4247 2:303757a437d3
   129 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
   129 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
   130 typedef union YYSTYPE
   130 typedef union YYSTYPE
   131 {
   131 {
   132 
   132 
   133 /* Line 1676 of yacc.c  */
   133 /* Line 1676 of yacc.c  */
   134 #line 62 "u:\\yaels-qtwebkit\\WebCore\\css\\CSSGrammar.y"
   134 #line 62 "css/CSSGrammar.y"
   135 
   135 
   136     bool boolean;
   136     bool boolean;
   137     char character;
   137     char character;
   138     int integer;
   138     int integer;
   139     double number;
   139     double number;