~pythonregexp2.7/python/issue2636-22

« back to all changes in this revision

Viewing changes to Modules/_ctypes/libffi/fficonfig.py.in

  • 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:
25
25
    'SH64': ['src/sh64/sysv.S', 'src/sh64/ffi.c'],
26
26
    'PA': ['src/pa/linux.S', 'src/pa/ffi.c'],
27
27
    'PA_LINUX': ['src/pa/linux.S', 'src/pa/ffi.c'],
28
 
    'PA_HPUX': ['src/pa/hpux32.s', 'src/pa/ffi.c'],
 
28
    'PA_HPUX': ['src/pa/hpux32.S', 'src/pa/ffi.c'],
29
29
}
30
30
 
31
31
ffi_srcdir = '@srcdir@'