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

Jack Jansen jackjansen@users.sourceforge.net
Sat, 01 Sep 2001 16:40:00 -0700


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

Modified Files:
	macglue.h 
Log Message:
Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.

Moved the declarations to pymactoolbox.h.

Index: macglue.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/macglue.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** macglue.h	2001/08/08 13:17:31	1.56
--- macglue.h	2001/09/01 23:39:58	1.57
***************
*** 103,113 ****
  #endif
  
- /* from macfsmodule.c: */
- int PyMac_GetFSSpec(PyObject *, FSSpec *);	/* argument parser for FSSpec */
- PyObject *PyMac_BuildFSSpec(FSSpec *);		/* Convert FSSpec to PyObject */
- 
- int PyMac_GetFSRef(PyObject *, FSRef *);	/* argument parser for FSRef */
- PyObject *PyMac_BuildFSRef(FSRef *);		/* Convert FSRef to PyObject */
- 
  
  /* From macfiletype.c: */
--- 103,106 ----