Change comment from C++ style to C.
diff --git a/Modules/getpath.c b/Modules/getpath.c
index b3921e3..cbdcbd8 100644
--- a/Modules/getpath.c
+++ b/Modules/getpath.c
@@ -398,7 +398,7 @@
       */
      else if(0 == _NSGetExecutablePath(progpath, &nsexeclength) && progpath[0] == SEP)
        ;
-#endif // __APPLE__
+#endif /* __APPLE__ */
 	else if (path) {
 		while (1) {
 			char *delim = strchr(path, DELIM);