diff src/config.h.in @ 2552:166ed8151e62

[xemacs-hg @ 2005-02-03 16:30:33 by james] Don't define this to c_this, and rename variables currently named this. See xemacs-patches message with ID <psbrb1ehjl.fsf@diannao.ittc.ku.edu>.
author james
date Thu, 03 Feb 2005 16:30:38 +0000
parents ecf1ebac70d8
children 3d8cce0303fa
line wrap: on
line diff
--- a/src/config.h.in	Thu Feb 03 16:14:08 2005 +0000
+++ b/src/config.h.in	Thu Feb 03 16:30:38 2005 +0000
@@ -1018,7 +1018,6 @@
 # if defined (__cplusplus)
 /* Avoid C++ keywords used as ordinary C identifiers */
 #  define new   c_new
-#  define this  c_this
 #  define catch c_catch
 
 #  define EXTERN_C extern "C"