(file) Return to cimmof_tab.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Compiler

Diff for /pegasus/src/Pegasus/Compiler/cimmof_tab.cpp between version 1.32 and 1.33

version 1.32, 2005/02/05 23:00:05 version 1.33, 2005/02/22 20:45:04
Line 107 
Line 107 
 #define YYSTACKSIZE 2000 #define YYSTACKSIZE 2000
  
 #include <cstdlib> #include <cstdlib>
 #if !defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM) && !defined(__OS400__)  #if !defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM) && !defined(__OS400__) && !defined(PEGASUS_OS_VMS)
 #if defined(PEGASUS_PLATFORM_DARWIN_PPC_GNU) #if defined(PEGASUS_PLATFORM_DARWIN_PPC_GNU)
 #include <sys/malloc.h> #include <sys/malloc.h>
 #else #else
Line 1346 
Line 1346 
 { {
         /* convert somehow from alias to a CIM object name*/         /* convert somehow from alias to a CIM object name*/
         yyerror("'alias' is not yet supported (see bugzilla 14).");         yyerror("'alias' is not yet supported (see bugzilla 14).");
         YYABORT;  
         delete yyvsp[0].strval;         delete yyvsp[0].strval;
           YYABORT;
         }         }
 break; break;
 case 79: case 79:
Line 1391 
Line 1391 
 #line 739 "cimmof.y" #line 739 "cimmof.y"
 { {
               yyerror("'alias' is not yet supported (see bugzilla 14).");               yyerror("'alias' is not yet supported (see bugzilla 14).");
               YYABORT;  
               yyval.strval = yyvsp[0].strval;               yyval.strval = yyvsp[0].strval;
                 YYABORT;
               }               }
 break; break;
 case 88: case 88:


Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2