FreeBSD Bugzilla – Attachment 32828 Details for
Bug 54075
fix xxdiff port compile problems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.40 KB, created by
Georg-W. Koltermann
on 2003-07-03 22:30:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Georg-W. Koltermann
Created:
2003-07-03 22:30:14 UTC
Size:
1.40 KB
patch
obsolete
>--- exceptions.h.orig Mon Jun 30 17:27:19 2003 >+++ exceptions.h Mon Jun 30 17:29:00 2003 >@@ -116,6 +116,8 @@ > // Returns true if this is a benine exception. > bool isBenine() const; > >+ ~XxUsageError() throw() { } >+ > private: > > /*----- data members -----*/ >@@ -142,6 +144,7 @@ > const QString& msg = QString::null // use errno string only. > ); > >+ ~XxIoError() throw() { } > }; > > /*============================================================================== >@@ -161,6 +164,8 @@ > XxInternalError( > XX_EXC_PARAMS_DECL(file,line) > ); >+ >+ ~XxInternalError() throw() { } > > }; > >--- builderFiles3.cpp.orig Mon Jun 30 17:31:39 2003 >+++ builderFiles3.cpp Mon Jun 30 17:32:00 2003 >@@ -73,6 +73,8 @@ > const XxFln f3n2 > ); > >+ ~XxParseDiffError() throw() { } >+ > }; > > //------------------------------------------------------------------------------ >--- builderDirs2.cpp.orig Mon Jun 30 17:32:25 2003 >+++ builderDirs2.cpp Mon Jun 30 17:32:46 2003 >@@ -94,6 +94,8 @@ > const char* buf > ); > >+ ~XxParseDiffError() throw() { } >+ > }; > > /*============================================================================== >--- builderFiles2.cpp~ Tue Nov 6 07:30:32 2001 >+++ builderFiles2.cpp Mon Jun 30 17:40:21 2003 >@@ -150,6 +150,8 @@ > const XxFln f2n2 > ); > >+ ~XxParseDiffError() throw() { } >+ > }; > > //------------------------------------------------------------------------------
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54075
: 32828