* breakpoint.h: No longer include python.h or python-internal.h.
[deliverable/binutils-gdb.git] / gdb / varobj.c
index 25518d4dafce7f1389a7ea6b665bd52a22713e5b..e87d399cee204356fbc67e9c6a359bd860328c16 100644 (file)
@@ -39,6 +39,8 @@
 #if HAVE_PYTHON
 #include "python/python.h"
 #include "python/python-internal.h"
+#else
+typedef int PyObject;
 #endif
 
 /* Non-zero if we want to see trace of varobj level stuff.  */
This page took 0.025493 seconds and 4 git commands to generate.