equal
deleted
inserted
replaced
65 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED |
65 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED |
66 typedef union YYSTYPE |
66 typedef union YYSTYPE |
67 { |
67 { |
68 |
68 |
69 /* Line 1676 of yacc.c */ |
69 /* Line 1676 of yacc.c */ |
70 #line 60 "u:\\yaels-qtwebkit\\WebCore\\xml\\XPathGrammar.y" |
70 #line 60 "xml/XPathGrammar.y" |
71 |
71 |
72 Step::Axis axis; |
72 Step::Axis axis; |
73 Step::NodeTest* nodeTest; |
73 Step::NodeTest* nodeTest; |
74 NumericOp::Opcode numop; |
74 NumericOp::Opcode numop; |
75 EqTestOp::Opcode eqop; |
75 EqTestOp::Opcode eqop; |