Diff for /parser3/src/main/compile_tools.h between versions 1.119 and 1.121

version 1.119, 2024/09/17 18:09:59 version 1.121, 2024/11/04 03:53:25
Line 1 Line 1
 /** @file  /** @file
         Parser: compiler support helper functions decls.          Parser: compiler support helper functions decls.
   
         Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com)          Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com)
         Authors: Konstantin Morshnev <moko@design.ru>, Alexandr Petrosian <paf@design.ru>          Authors: Konstantin Morshnev <moko@design.ru>, Alexandr Petrosian <paf@design.ru>
 */  */
   
Line 84  public: Line 84  public:
         bool in_call_value;          bool in_call_value;
         bool explicit_result;          bool explicit_result;
         bool append;          bool append;
           bool array;
         //@}          //@}
                   
         /// output: filled input 'methods' and 'error' if any          /// output: filled input 'methods' and 'error' if any
Line 115  public: Line 116  public:
                 in_call_value(false),                  in_call_value(false),
                 explicit_result(false),                  explicit_result(false),
                 append(false),                  append(false),
                   array(false),
                 error("") {                  error("") {
   
                 *cclasses+=aclass;                  *cclasses+=aclass;

Removed from v.1.119  
changed lines
  Added in v.1.121


E-mail: