From e4a1c661cdb54d0a7e12d0724760cf80d7e478bf Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Wed, 26 Jan 2005 16:19:36 +0000 Subject: [PATCH] Fixed C++ comments. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/wxchar.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.50.0