diff options
author | Guido van Rossum <guido@python.org> | 1995-07-18 14:07:52 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-07-18 14:07:52 (GMT) |
commit | 3c7807937e125b06b4eb7be61249365e0154ac6e (patch) | |
tree | 9f38dec29a14250e156b035e81ac4d125fcc89e4 /Include | |
parent | a827537afa8075928f390e3fdcc701fe4c7b8824 (diff) | |
download | cpython-3c7807937e125b06b4eb7be61249365e0154ac6e.zip cpython-3c7807937e125b06b4eb7be61249365e0154ac6e.tar.gz cpython-3c7807937e125b06b4eb7be61249365e0154ac6e.tar.bz2 |
include abstract.h
Diffstat (limited to 'Include')
-rw-r--r-- | Include/allobjects.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h index 7d1daff..f859606 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h @@ -89,6 +89,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "modsupport.h" #include "ceval.h" +#include "abstract.h" + extern void Py_FatalError Py_PROTO((char *)); #define PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a)) |