mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Added comment symbols around word after #endif.
This commit is contained in:
parent
4359860517
commit
06fe7e5c2c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue