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

Diff for /pegasus/src/Pegasus/Compiler/cimmof.y between version 1.35 and 1.36

version 1.35, 2004/08/24 21:08:52 version 1.36, 2004/08/28 13:19:19
Line 741 
Line 741 
               YYABORT;               YYABORT;
               $$ = $2;               $$ = $2;
               }               }
               | /* empty */ {                | /* empty */ { $$ = new String(String::EMPTY); }
               yyerror("'alias' is not yet supported (see bugzilla 14).");                ;
               YYABORT;  
               $$ = new String(String::EMPTY);  
               } ;  
  
  
 aliasIdentifier: TOK_ALIAS_IDENTIFIER ; aliasIdentifier: TOK_ALIAS_IDENTIFIER ;


Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2