From: Stefan Neis Date: Wed, 26 Jan 2005 16:19:36 +0000 (+0000) Subject: Fixed C++ comments. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e4a1c661cdb54d0a7e12d0724760cf80d7e478bf Fixed C++ comments. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 45ccbc1c16..32b9a24d1d 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -1099,11 +1099,11 @@ WXDLLIMPEXP_BASE void *calloc( size_t num, size_t size ); #define wxWX2WC wxMB2WC #endif -// -// RN: The following are not normal versions of memcpy et al., rather -// these are either char or widechar versions depending on -// if unicode is used or not. -// +/* + RN: The following are not normal versions of memcpy et al., rather + these are either char or widechar versions depending on + if unicode is used or not. +*/ #ifdef __cplusplus