(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.11 and 1.12

version 1.11, 2005/02/10 23:14:15 version 1.12, 2005/06/24 20:11:05
Line 169 
Line 169 
                                           char *t = yytext;                                           char *t = yytext;
                                           while( *t ) *strbuf_p++ = *t++;                                           while( *t ) *strbuf_p++ = *t++;
                                           }                                           }
                                       else *strbuf_p++ = *(char*)&n;                                        else *strbuf_p++ = (char)n;
                                       yy_pop_state();                                       yy_pop_state();
                                       }                                       }
 <myHex>.                              { memcpy(strbuf_p,slashx,2); <myHex>.                              { memcpy(strbuf_p,slashx,2);


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2