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

Diff for /pegasus/src/Pegasus/WQL/WQLYACC.h between version 1.15 and 1.16

version 1.15, 2008/02/22 19:20:02 version 1.16, 2008/12/02 20:34:01
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 95 
Line 97 
  
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE typedef union YYSTYPE
 #line 89 "WQL.y"  #line 87 "WQL.y"
 { {
    int intValue;    int intValue;
    double doubleValue;    double doubleValue;
    char* strValue;    char* strValue;
    void* nodeValue;    void* nodeValue;
 } }
 /* Line 1529 of yacc.c.  */  /* Line 1489 of yacc.c.  */
 #line 106 "WQLtemp.h" #line 106 "WQLtemp.h"
         YYSTYPE;         YYSTYPE;
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define yystype YYSTYPE /* obsolescent; will be withdrawn */


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2