diff src/config.h.in @ 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 ec5f23ea6d2e
children 141c2920ea48
line wrap: on
line diff
--- a/src/config.h.in	Tue Oct 25 11:16:49 2005 +0000
+++ b/src/config.h.in	Tue Oct 25 11:19:58 2005 +0000
@@ -1059,10 +1059,6 @@
 
 #ifndef NOT_C_CODE /* Actually means C or C++ */
 # if defined (__cplusplus)
-/* Avoid C++ keywords used as ordinary C identifiers */
-#  define new   c_new
-#  define catch c_catch
-
 #  define EXTERN_C extern "C"
 # else /* C code */
 #  define EXTERN_C extern