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

Diff for /pegasus/src/Pegasus/Compiler/cimmof.l between version 1.20.8.3 and 1.21

version 1.20.8.3, 2013/09/29 21:45:42 version 1.21, 2012/11/12 17:44:54
Line 30 
Line 30 
 */ */
  
 %option never-interactive %option never-interactive
 %option nounput  
 %option noyy_top_state  
 %option stack %option stack
 %option yylineno %option yylineno
 %{ %{
Line 43 
Line 41 
  
 /* 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 { fwrite(yytext, yyleng, 1, yyout); } while(0)  # define ECHO do { size_t ignored = fwrite(yytext, yyleng, 1, yyout); } while(0)
 #endif #endif
  
 /*---------------------------------------------------------------*/ /*---------------------------------------------------------------*/
Line 130 
Line 128 
        (but note; cimmof.y does not use yyleng!)        (but note; cimmof.y does not use yyleng!)
  
        an impl. req't: strings are returned to parser        an impl. req't: strings are returned to parser
        without enclosing "s.         with enclosing "s.
     */     */
  
 \"             { BEGIN(myStr); strbuf_p = strbuf; \"             { BEGIN(myStr); strbuf_p = strbuf;


Legend:
Removed from v.1.20.8.3  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2