commit | 06fe7e5c2ce3d6483da52ada2583c8da3af16326 | [log] [tgz] |
---|---|---|
author | Sjoerd Mullender <sjoerd@acm.org> | Wed Dec 14 15:30:04 1994 +0000 |
committer | Sjoerd Mullender <sjoerd@acm.org> | Wed Dec 14 15:30:04 1994 +0000 |
tree | 1d7c426cda8120c1d119be86b775861e6be4b28a | |
parent | 43598605179f6ac4640e5f074cab97d4cd54b488 [diff] [blame] |
Added comment symbols around word after #endif.
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 @@ if (p == NULL && verbose) perror(funcname); } -#endif hpux +#endif /* hpux */ if (p == NULL) { err_setstr(ImportError, "dynamic module does not define init function");