Diff for /parser3/src/main/compile.C between versions 1.40 and 1.43

version 1.40, 2001/06/28 07:44:17 version 1.43, 2001/07/25 11:16:57
Line 48  VStateless_class& Request::real_compile( Line 48  VStateless_class& Request::real_compile(
         pc.line=pc.col=0;          pc.line=pc.col=0;
 #endif  #endif
         // initialise state          // initialise state
           pc.skipping_bof_empty_lines=true;
         pc.pending_state=0;          pc.pending_state=0;
         pc.string=NEW String(pool());             pc.string=NEW String(pool());   
         pc.ls=LS_USER;          pc.ls=LS_USER;

Removed from v.1.40  
changed lines
  Added in v.1.43


E-mail: