Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06fe7e5

Browse files
Added comment symbols around word after #endif.
1 parent 4359860 commit 06fe7e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/import.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ load_dynamic_module(name, namebuf, m, m_ret)
369369
if (p == NULL && verbose)
370370
perror(funcname);
371371
}
372-
#endif hpux
372+
#endif /* hpux */
373373
if (p == NULL) {
374374
err_setstr(ImportError,
375375
"dynamic module does not define init function");

0 commit comments

Comments
 (0)