[Python-checkins] python/dist/src/Include asdl.h,1.1.2.3,1.1.2.4

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 24 Mar 2003 15:38:17 -0800


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv28236/Include

Modified Files:
      Tag: ast-branch
	asdl.h 
Log Message:
Sundry changes to get this branch closer to working on Windows.
Worst hack so far is taking _hotshot out of the compile; unclear why(!)
the compiler hates _hotshot.c on this branch.


Index: asdl.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/Attic/asdl.h,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** asdl.h	30 Sep 2002 18:22:58 -0000	1.1.2.3
--- asdl.h	24 Mar 2003 23:37:43 -0000	1.1.2.4
***************
*** 6,10 ****
  typedef PyObject * object;
  
! #include <stdbool.h>
  
  /* It would be nice if the code generated by asdl_c.py was completely
--- 6,10 ----
  typedef PyObject * object;
  
! typedef enum {false, true} bool;
  
  /* It would be nice if the code generated by asdl_c.py was completely