]> git.saurik.com Git - wxWidgets.git/commitdiff
removed C++ comment from C file
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Oct 2005 21:33:00 +0000 (21:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Oct 2005 21:33:00 +0000 (21:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxchar.h

index f580470286b65b1bc46e986d43d5aeb5eaac8831..6d560af9561d133d719262a93d3ca89146ee1341 100644 (file)
@@ -1206,13 +1206,13 @@ WXDLLIMPEXP_BASE void *calloc( size_t num, size_t size );
             return szRet;
         }
 
-    #else //!wxUSE_UNICODE
+    #else /* !wxUSE_UNICODE */
     #   define wxTmemchr memchr
     #   define wxTmemcmp memcmp
     #   define wxTmemcpy memcpy
     #   define wxTmemmove memmove
     #   define wxTmemset memset
-    #endif
+    #endif /* wxUSE_UNICODE/!wxUSE_UNICODE */
 
 #endif /*__cplusplus*/