~pythonregexp2.7/python/issue2636

« back to all changes in this revision

Viewing changes to Modules/_ctypes/cfield.c

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:36:32 UTC
  • mfrom: (39021.1.402 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609143632-wwwkx92u1t5l7yd3
Merged in changes from the latest python source snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1758
1758
#ifdef ffi_type_longdouble
1759
1759
#undef ffi_type_longdouble
1760
1760
#endif
 
1761
  /* This is already defined on OSX */
1761
1762
ffi_type ffi_type_longdouble = { sizeof(long double), LONGDOUBLE_ALIGN,
1762
1763
                                 FFI_TYPE_LONGDOUBLE };
1763
1764