[Python-checkins] CVS: python/dist/src/Mac/Include macglue.h,1.59,1.60

Jack Jansen jackjansen@users.sourceforge.net
Fri, 14 Dec 2001 14:58:08 -0800


Update of /cvsroot/python/python/dist/src/Mac/Include
In directory usw-pr-cvs1:/tmp/cvs-serv18448/Python/Mac/Include

Modified Files:
	macglue.h 
Log Message:
We have strdup(), but not its prototype:-(

Index: macglue.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/macglue.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** macglue.h	2001/10/08 13:16:39	1.59
--- macglue.h	2001/12/14 22:58:06	1.60
***************
*** 120,126 ****
  /* from macgetargv: */
  OSErr PyMac_init_process_location(void);
- #ifndef HAVE_STRDUP
  char *	strdup(const char *str);
- #endif
  
  #ifdef USE_GUSI2
--- 120,124 ----