OSDN Git Service

* include/ffi.h.in (FFI_FN): Remove `...'.
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Aug 1999 02:52:58 +0000 (02:52 +0000)
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Aug 1999 02:52:58 +0000 (02:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28610 138bc75d-0d04-0410-961f-82ee72b054a4

libffi/ChangeLog.libgcj
libffi/include/ffi.h.in

index a6a415f..d527197 100644 (file)
@@ -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.
index c28ebf6..e438f77 100644 (file)
@@ -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 ---------------------------- */