From: Guido van Rossum Date: Fri, 10 Apr 1998 23:44:32 +0000 (+0000) Subject: Comment out a label on an #endif. X-Git-Tag: v1.5.1~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8766a7797e4092aac751e08ac4356072755a2c7b;p=thirdparty%2FPython%2Fcpython.git Comment out a label on an #endif. --- diff --git a/Python/import.c b/Python/import.c index c9cc9de9c9b4..6eb794f2980f 100644 --- a/Python/import.c +++ b/Python/import.c @@ -1069,7 +1069,7 @@ check_case(char *buf, int len, int namelen, char *name) } #endif -#endif CHECK_IMPORT_CASE +#endif /* CHECK_IMPORT_CASE */ #ifdef HAVE_STAT /* Helper to look for __init__.py or __init__.py[co] in potential package */