diff options
Diffstat (limited to 'Include/asdl.h')
-rw-r--r-- | Include/asdl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/asdl.h b/Include/asdl.h index 84e837e..9bb0697 100644 --- a/Include/asdl.h +++ b/Include/asdl.h @@ -5,10 +5,6 @@ typedef PyObject * identifier; typedef PyObject * string; typedef PyObject * object; -#ifndef __cplusplus -typedef enum {false, true} bool; -#endif - /* It would be nice if the code generated by asdl_c.py was completely independent of Python, but it is a goal the requires too much work at this stage. So, for example, I'll represent identifiers as |