mirror of
https://github.com/python/cpython.git
synced 2026-06-22 19:12:50 -04:00
Added comment symbols around word after #endif.
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user