From: Sjoerd Mullender Date: Wed, 14 Dec 1994 15:30:04 +0000 (+0000) Subject: Added comment symbols around word after #endif. X-Git-Tag: v1.2b1~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06fe7e5c2ce3d6483da52ada2583c8da3af16326;p=thirdparty%2FPython%2Fcpython.git Added comment symbols around word after #endif. --- diff --git a/Python/import.c b/Python/import.c index 2f782aabbbb3..ea6a6feeb7ed 100644 --- a/Python/import.c +++ b/Python/import.c @@ -369,7 +369,7 @@ load_dynamic_module(name, namebuf, m, m_ret) if (p == NULL && verbose) perror(funcname); } -#endif hpux +#endif /* hpux */ if (p == NULL) { err_setstr(ImportError, "dynamic module does not define init function");