summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-09 02:52:58 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-09 02:52:58 +0000
commit7f9c9ad70daf4baadc45e856c3c065ad0cee91bf (patch)
treecd9cfa086452f9fc5644c322d72d743dbdbe62e5
parentfb16f46a2591242e271159cb3944a88511392f69 (diff)
downloadppe42-gcc-7f9c9ad70daf4baadc45e856c3c065ad0cee91bf.tar.gz
ppe42-gcc-7f9c9ad70daf4baadc45e856c3c065ad0cee91bf.zip
* include/ffi.h.in (FFI_FN): Remove `...'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28610 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libffi/ChangeLog.libgcj6
-rw-r--r--libffi/include/ffi.h.in4
2 files changed, 7 insertions, 3 deletions
diff --git a/libffi/ChangeLog.libgcj b/libffi/ChangeLog.libgcj
index a6a415f5d6b..d5271971bc8 100644
--- a/libffi/ChangeLog.libgcj
+++ b/libffi/ChangeLog.libgcj
@@ -1,4 +1,8 @@
-1999-08-09 Anthony Green <green@cygnus.com>
+1999-08-08 Anthony Green <green@cygnus.com>
+
+ * include/ffi.h.in (FFI_FN): Remove `...'.
+
+1999-08-08 Anthony Green <green@cygnus.com>
* Makefile.in: Rebuilt.
* Makefile.am (AM_CFLAGS): Compile with -fexceptions.
diff --git a/libffi/include/ffi.h.in b/libffi/include/ffi.h.in
index c28ebf6e440..e438f77f7f6 100644
--- a/libffi/include/ffi.h.in
+++ b/libffi/include/ffi.h.in
@@ -1,7 +1,7 @@
/* -----------------------------------------------------------------*-C-*-
libffi @VERSION@ - Copyright (c) 1996-1999 Cygnus Solutions
- $Id: ffi.h.in,v 1.3 1999/08/08 13:05:12 green Exp $
+ $Id: ffi.h.in,v 1.1 1999/08/08 22:58:30 green Exp $
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -383,7 +383,7 @@ void ffi_call(/*@dependent@*/ ffi_cif *cif,
/*@dependent@*/ void **avalue);
/* Useful for eliminating compiler warnings */
-#define FFI_FN(f) ((void (*)(...))f)
+#define FFI_FN(f) ((void (*)())f)
/* ---- Definitions shared with assembly code ---------------------------- */
OpenPOWER on IntegriCloud