diff options
author | Sjoerd Mullender <sjoerd@acm.org> | 1994-12-14 15:30:04 (GMT) |
---|---|---|
committer | Sjoerd Mullender <sjoerd@acm.org> | 1994-12-14 15:30:04 (GMT) |
commit | 06fe7e5c2ce3d6483da52ada2583c8da3af16326 (patch) | |
tree | 1d7c426cda8120c1d119be86b775861e6be4b28a /Python | |
parent | 43598605179f6ac4640e5f074cab97d4cd54b488 (diff) | |
download | cpython-06fe7e5c2ce3d6483da52ada2583c8da3af16326.zip cpython-06fe7e5c2ce3d6483da52ada2583c8da3af16326.tar.gz cpython-06fe7e5c2ce3d6483da52ada2583c8da3af16326.tar.bz2 |
Added comment symbols around word after #endif.
Diffstat (limited to 'Python')
-rw-r--r-- | Python/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c index 2f782aa..ea6a6fe 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"); |