diff options
author | Guido van Rossum <guido@python.org> | 1998-04-10 23:44:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-10 23:44:32 (GMT) |
commit | 8766a7797e4092aac751e08ac4356072755a2c7b (patch) | |
tree | 99d81b5e215910f3b8cc42b620114d442ebe1154 /Python/import.c | |
parent | fb376dee5576c57018c9032a21200ba7467cf324 (diff) | |
download | cpython-8766a7797e4092aac751e08ac4356072755a2c7b.zip cpython-8766a7797e4092aac751e08ac4356072755a2c7b.tar.gz cpython-8766a7797e4092aac751e08ac4356072755a2c7b.tar.bz2 |
Comment out a label on an #endif.
Diffstat (limited to 'Python/import.c')
-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 c9cc9de..6eb794f2 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 */ |