Always include config.h

This commit is contained in:
Guido van Rossum 1996-08-19 22:12:39 +00:00
parent 1e6124902a
commit 7cf1fcf347
12 changed files with 0 additions and 25 deletions

View file

@ -27,9 +27,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
and is slow and inaccurate.
But it's good enough for the occasional string literal... */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <ctype.h>