comparison 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
comparison
equal deleted inserted replaced
2551:9f70af3ac939 2552:166ed8151e62
1016 1016
1017 #ifndef NOT_C_CODE /* Actually means C or C++ */ 1017 #ifndef NOT_C_CODE /* Actually means C or C++ */
1018 # if defined (__cplusplus) 1018 # if defined (__cplusplus)
1019 /* Avoid C++ keywords used as ordinary C identifiers */ 1019 /* Avoid C++ keywords used as ordinary C identifiers */
1020 # define new c_new 1020 # define new c_new
1021 # define this c_this
1022 # define catch c_catch 1021 # define catch c_catch
1023 1022
1024 # define EXTERN_C extern "C" 1023 # define EXTERN_C extern "C"
1025 # else /* C code */ 1024 # else /* C code */
1026 # define EXTERN_C extern 1025 # define EXTERN_C extern