]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added comment symbols around word after #endif.
authorSjoerd Mullender <sjoerd@acm.org>
Wed, 14 Dec 1994 15:30:04 +0000 (15:30 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Wed, 14 Dec 1994 15:30:04 +0000 (15:30 +0000)
Python/import.c

index 2f782aabbbb3a65cec6e02c7be52b9c3497c1ce1..ea6a6feeb7edbbb205c6f7c05da4fe989c1f9935 100644 (file)
@@ -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");