mirror of https://github.com/python/cpython.git
Added comment symbols around word after #endif.
This commit is contained in:
parent
4359860517
commit
06fe7e5c2c
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue