Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 3026:beef0f850624
[xemacs-hg @ 2005-10-25 11:19:56 by ben]
remove kludging of new and catch from config.h.in
config.h.in: Don't define new and catch under C++ any more.
(Places using new were just fixed by the last patch, places using
catch were fixed a couple of weeks ago.)
author | ben |
---|---|
date | Tue, 25 Oct 2005 11:19:58 +0000 |
parents | facf3239ba30 |
children | 986cd22006a9 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Oct 25 11:16:49 2005 +0000 +++ b/src/ChangeLog Tue Oct 25 11:19:58 2005 +0000 @@ -1,3 +1,10 @@ +2005-10-25 Ben Wing <ben@xemacs.org> + + * config.h.in (EXTERN_C): + Don't define new and catch under C++ any more. + (Places using new were just fixed by the last patch, places using + catch were fixed a couple of weeks ago.) + 2005-10-25 Ben Wing <ben@xemacs.org> * EmacsFrame.c (EmacsFrameInitialize):