Commit 7090ed16 authored by Martin v. Löwis's avatar Martin v. Löwis

Include ctype.h after Python.h.

parent c57428d3
#include "Python.h"
#include <ctype.h> #include <ctype.h>
#include "Python.h"
#include "compile.h" #include "compile.h"
#include "frameobject.h" #include "frameobject.h"
#ifdef HAVE_EXPAT_H #ifdef HAVE_EXPAT_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment