Diff for /parser3/src/main/compile_tools.h between versions 1.68.4.1 and 1.70

version 1.68.4.1, 2003/09/24 14:32:06 version 1.70, 2003/11/20 16:32:12
Line 89  public: Line 89  public:
                 VStateless_class* aclass,                  VStateless_class* aclass,
                 const char* asource, const String* amain_alias,                   const char* asource, const String* amain_alias, 
                 uint afile_no):                  uint afile_no):
                   main_alias(amain_alias),
                   last_line_end_col(0),
   
                 request(arequest), // input                   request(arequest), // input 
   
                 // we were told the class to compile to?                  // we were told the class to compile to?
                 cclass(aclass), // until changed with @CLASS would consider operators loading                  cclass(aclass), // until changed with @CLASS would consider operators loading
                   source(asource), 
                 source(asource), main_alias(amain_alias),  
   
                 file_no(afile_no),                  file_no(afile_no),
                 last_line_end_col(0),  
   
                 // initialize state                  // initialize state
                 trim_bof(true),                  trim_bof(true),

Removed from v.1.68.4.1  
changed lines
  Added in v.1.70


E-mail: