[Python-checkins] CVS: python/dist/src/Objects object.c,2.85,2.86

Jack Jansen python-dev@python.org
Tue, 11 Jul 2000 14:47:22 -0700


Update of /cvsroot/python/python/dist/src/Objects
In directory slayer.i.sourceforge.net:/tmp/cvs-serv20913

Modified Files:
	object.c 
Log Message:
Include macglue.h on the macintosh, so function prototypes are in scope.


Index: object.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/object.c,v
retrieving revision 2.85
retrieving revision 2.86
diff -C2 -r2.85 -r2.86
*** object.c	2000/07/09 15:48:49	2.85
--- object.c	2000/07/11 21:47:20	2.86
***************
*** 13,16 ****
--- 13,20 ----
  #include "Python.h"
  
+ #ifdef macintosh
+ #include "macglue.h"
+ #endif
+ 
  #include "mymath.h"