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

Diff for /pegasus/src/Pegasus/Compiler/cimmof_lex.cpp between version 1.38 and 1.39

version 1.38, 2012/11/12 17:44:54 version 1.39, 2012/12/05 21:10:53
Line 784 
Line 784 
  
 /* Avoid warn_unused_result warnings in Linux RPM build */ /* Avoid warn_unused_result warnings in Linux RPM build */
 #ifndef ECHO #ifndef ECHO
 # define ECHO do { size_t ignored = fwrite(cimmof_text, cimmof_leng, 1, cimmof_out); } while(0)  # define ECHO do { fwrite(cimmof_text, cimmof_leng, 1, cimmof_out); } while(0)
 #endif #endif
  
 /*---------------------------------------------------------------*/ /*---------------------------------------------------------------*/
Line 2659 
Line 2659 
  
  
  
 void cimmof_yy_less(int n) { yyless(n); }  
  


Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2