Comment out a label on an #endif.

This commit is contained in:
Guido van Rossum 1998-04-10 23:44:32 +00:00
parent fb376dee55
commit 8766a7797e

View file

@ -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 */