(file) Return to CQLYACC.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / CQL

Diff for /pegasus/src/Pegasus/CQL/CQLYACC.h between version 1.10 and 1.11

version 1.10, 2007/09/10 08:51:51 version 1.11, 2008/12/02 20:34:00
Line 1 
Line 1 
   /* To be inserted in other files to bypass the chksrc tests */
 /* NOCHKSRC */ /* NOCHKSRC */
   
 /* A Bison parser, made by GNU Bison 2.3.  */ /* A Bison parser, made by GNU Bison 2.3.  */
  
 /* Skeleton interface for Bison's Yacc-like parsers in C /* Skeleton interface for Bison's Yacc-like parsers in C
Line 167 
Line 169 
  
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE typedef union YYSTYPE
 #line 135 "CQL.y"  #line 133 "CQL.y"
 { {
     char * strValue;     char * strValue;
     String * _string;     String * _string;
Line 178 
Line 180 
     ExpressionOpType _opType;     ExpressionOpType _opType;
     void * _node;     void * _node;
 } }
 /* Line 1529 of yacc.c.  */  /* Line 1489 of yacc.c.  */
 #line 182 "CQLtemp.h" #line 182 "CQLtemp.h"
         YYSTYPE;         YYSTYPE;
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define yystype YYSTYPE /* obsolescent; will be withdrawn */


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2