Skip to content

Commit f47a8f8

Browse files
author
homann
committedMar 10, 2007
Changed to C-style comments
git-svn-id: http://svn.osgeo.org/qgis/trunk@6786 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3c2dbd9 commit f47a8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tools/mapserver_export/msexport_wrap.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ SWIG_Python_ConvertPtr(PyObject *obj, void **ptr, swig_type_info *ty, int flags)
11741174
obj = pyobj;
11751175
if (PyCFunction_Check(obj)) {
11761176
/* here we get the method pointer for callbacks */
1177-
#if 1 //#ifdef WIN32
1177+
#if 1 /* #ifdef WIN32 */
11781178
char *doc = (char *)(((PyCFunctionObject *)obj) -> m_ml -> ml_doc);
11791179
#else
11801180
char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc);
@@ -2065,7 +2065,7 @@ extern "C" {
20652065
swig_type_info **types_initial) {
20662066
size_t i;
20672067
for (i = 0; methods[i].ml_name; ++i) {
2068-
#if 1 //#ifdef WIN32
2068+
#if 1 /* #ifdef WIN32 */
20692069
char *c = (char *)methods[i].ml_doc;
20702070
#else
20712071
char *c = methods[i].ml_doc;

0 commit comments

Comments
 (0)