2008-02-26 Anthony Green <green@redhat.org>

Thomas Heller <theller@ctypes.org>

        * include/ffi.h.in: Change void (*)() to void (*)(void).
This commit is contained in:
green
2008-02-26 17:38:15 +00:00
parent 265289f679
commit b13c84cf46
2 changed files with 11 additions and 5 deletions

View File

@@ -1,4 +1,10 @@
2008-02-26 Anthony Green <green@redhat.org>
Thomas Heller <theller@ctypes.org>
* include/ffi.h.in: Change void (*)() to void (*)(void).
2008-02-26 Anthony Green <green@redhat.org>
Thomas Heller <theller@ctypes.org>
* src/alpha/ffi.c: Change void (*)() to void (*)(void).
src/alpha/osf.S, src/arm/ffi.c, src/frv/ffi.c, src/ia64/ffi.c,