From 06fe7e5c2ce3d6483da52ada2583c8da3af16326 Mon Sep 17 00:00:00 2001 From: Sjoerd Mullender Date: Wed, 14 Dec 1994 15:30:04 +0000 Subject: [PATCH] Added comment symbols around word after #endif. --- Python/import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/import.c b/Python/import.c index 2f782aabbbb..ea6a6feeb7e 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");