2008-02-26 Anthony Green <green@redhat.com>
Thomas Heller <theller@ctypes.org> * src/x86/ffi.c (ffi_closure_SYSV_inner): Change C++ comment to C comment.
This commit is contained in:
@@ -1,10 +1,16 @@
|
|||||||
|
2008-02-26 Anthony Green <green@redhat.com>
|
||||||
|
Thomas Heller <theller@ctypes.org>
|
||||||
|
|
||||||
|
* src/x86/ffi.c (ffi_closure_SYSV_inner): Change C++ comment to C
|
||||||
|
comment.
|
||||||
|
|
||||||
2008-02-26 Anthony Green <green@redhat.org>
|
2008-02-26 Anthony Green <green@redhat.org>
|
||||||
Thomas Heller <theller@ctypes.org>
|
Thomas Heller <theller@ctypes.org>
|
||||||
|
|
||||||
* include/ffi.h.in: Change void (*)() to void (*)(void).
|
* include/ffi.h.in: Change void (*)() to void (*)(void).
|
||||||
|
|
||||||
2008-02-26 Anthony Green <green@redhat.org>
|
2008-02-26 Anthony Green <green@redhat.org>
|
||||||
Thomas Heller <theller@ctypes.org>
|
Thomas Heller <theller@ctypes.org>
|
||||||
|
|
||||||
* src/alpha/ffi.c: Change void (*)() to void (*)(void).
|
* 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,
|
src/alpha/osf.S, src/arm/ffi.c, src/frv/ffi.c, src/ia64/ffi.c,
|
||||||
|
|||||||
@@ -249,7 +249,7 @@ ffi_closure_SYSV_inner (closure, respp, args)
|
|||||||
void **respp;
|
void **respp;
|
||||||
void *args;
|
void *args;
|
||||||
{
|
{
|
||||||
// our various things...
|
/* our various things... */
|
||||||
ffi_cif *cif;
|
ffi_cif *cif;
|
||||||
void **arg_area;
|
void **arg_area;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user