~ubuntu-branches/ubuntu/saucy/python3.3/saucy-proposed

« back to all changes in this revision

Viewing changes to Modules/_ctypes/libffi/src/x86/ffitarget.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-05-15 21:42:49 UTC
  • mfrom: (1.2.9) (22.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20130515214249-otmm671u8fiylkc2
Tags: 3.3.2-1ubuntu1
Regenerate the control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
typedef long long              ffi_sarg;
62
62
#endif
63
63
#else
64
 
#if defined __x86_64__ && !defined __LP64__
 
64
#if defined __x86_64__ && defined __ILP32__
65
65
#define FFI_SIZEOF_ARG 8
 
66
#define FFI_SIZEOF_JAVA_RAW  4
66
67
typedef unsigned long long     ffi_arg;
67
68
typedef long long              ffi_sarg;
68
69
#else