~pythonregexp2.7/python/issue2636-01

« back to all changes in this revision

Viewing changes to Python/mactoolboxglue.c

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:37:21 UTC
  • mfrom: (39022.1.14 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609143721-bj0g1mwta28038da
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
}
107
107
 
108
108
 
 
109
#ifndef __LP64__
109
110
OSErr
110
111
PyMac_GetFullPathname(FSSpec *fss, char *path, int len)
111
112
{
153
154
        Py_XDECREF(fs);
154
155
        return err;
155
156
}
 
157
#endif /* !__LP64__ */
156
158
 
157
159
/* Convert a 4-char string object argument to an OSType value */
158
160
int
417
419
GLUE_NEW(GWorldPtr, GWorldObj_New, "Carbon.Qdoffs")
418
420
GLUE_CONVERT(GWorldPtr, GWorldObj_Convert, "Carbon.Qdoffs")
419
421
 
 
422
#ifndef __LP64__
420
423
GLUE_NEW(Track, TrackObj_New, "Carbon.Qt")
421
424
GLUE_CONVERT(Track, TrackObj_Convert, "Carbon.Qt")
422
425
GLUE_NEW(Movie, MovieObj_New, "Carbon.Qt")
429
432
GLUE_CONVERT(UserData, UserDataObj_Convert, "Carbon.Qt")
430
433
GLUE_NEW(Media, MediaObj_New, "Carbon.Qt")
431
434
GLUE_CONVERT(Media, MediaObj_Convert, "Carbon.Qt")
 
435
#endif /* !__LP64__ */
432
436
 
433
437
GLUE_NEW(Handle, ResObj_New, "Carbon.Res")
434
438
GLUE_CONVERT(Handle, ResObj_Convert, "Carbon.Res")