Diff for /parser3/src/main/compile.C between versions 1.52 and 1.55

version 1.52, 2001/10/31 16:19:58 version 1.55, 2002/02/07 11:16:27
Line 2 Line 2
         Parser: compiler part of request class.          Parser: compiler part of request class.
   
         Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)          Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
         Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)          Author: Alexander Petrosyan <paf@design.ru> (http://paf.design.ru)
   
         $Id$          $Id$
 */  */
Line 50  VStateless_class& Request::real_compile( Line 50  VStateless_class& Request::real_compile(
         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;
         pc.sp=0;          pc.ls_sp=0;
         pc.object_constructor_allowed=false;          pc.object_constructor_allowed=false;
                   
         // parse=compile!           // parse=compile! 

Removed from v.1.52  
changed lines
  Added in v.1.55


E-mail: