Diff for /parser3/src/main/pa_exception.C between versions 1.43.2.15.2.7 and 1.43.2.15.2.8

version 1.43.2.15.2.7, 2003/03/24 17:52:19 version 1.43.2.15.2.8, 2003/03/26 07:45:23
Line 33  Exception& Exception::operator =(const E Line 33  Exception& Exception::operator =(const E
 Exception::Exception(const char* atype,   Exception::Exception(const char* atype, 
                                           const String* aproblem_source,                                             const String* aproblem_source, 
                                           const char* comment_fmt, ...) {                                            const char* comment_fmt, ...) {
         //_asm int 3;  
 //__asm__("int3");  
         ftype=atype;          ftype=atype;
         fproblem_source=aproblem_source;          fproblem_source=aproblem_source;
   
Line 43  Exception::Exception(const char* atype, Line 41  Exception::Exception(const char* atype,
                 va_list args;                  va_list args;
                 va_start(args, comment_fmt);                  va_start(args, comment_fmt);
                 vsnprintf(fcomment, MAX_STRING, comment_fmt, args);                  vsnprintf(fcomment, MAX_STRING, comment_fmt, args);
   //              _asm int 3;
                 va_end(args);                  va_end(args);
         } else          } else
                 fcomment=0;                  fcomment=0;

Removed from v.1.43.2.15.2.7  
changed lines
  Added in v.1.43.2.15.2.8


E-mail: