Diff for /parser3/src/main/compile_tools.h between versions 1.43 and 1.45

version 1.43, 2001/07/25 08:16:21 version 1.45, 2001/07/25 12:18:23
Line 50  struct parse_control { Line 50  struct parse_control {
 #ifndef NO_CSTRING_ORIGIN  #ifndef NO_CSTRING_ORIGIN
         const char *source;          const char *source;
         const char *file;          const char *file;
         int line, col;  
 #endif  #endif
           int line, col;
         //@}          //@}
         //@{          //@{
         /// @name state; initially          /// @name state; initially
           bool trim_bof;
         int pending_state; ///< i=0          int pending_state; ///< i=0
         String *string; ///< =new(pool) String(pool)          String *string; ///< =new(pool) String(pool)
                   

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


E-mail: