aboutsummaryrefslogtreecommitdiff
path: root/libffi/include
diff options
context:
space:
mode:
authorAnthony Green <green@cygnus.com>1999-08-09 02:52:58 +0000
committerAnthony Green <green@gcc.gnu.org>1999-08-09 02:52:58 +0000
commit8d25f6084d5a8180596a0c5ab71b4407e4ddb21f (patch)
treecd9cfa086452f9fc5644c322d72d743dbdbe62e5 /libffi/include
parentf3e4d63c924af4eab9bacf989db3d5187ca316ab (diff)
downloadgcc-8d25f6084d5a8180596a0c5ab71b4407e4ddb21f.zip
gcc-8d25f6084d5a8180596a0c5ab71b4407e4ddb21f.tar.gz
gcc-8d25f6084d5a8180596a0c5ab71b4407e4ddb21f.tar.bz2
* include/ffi.h.in (FFI_FN): Remove `...'.
From-SVN: r28610
Diffstat (limited to 'libffi/include')
-rw-r--r--libffi/include/ffi.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libffi/include/ffi.h.in b/libffi/include/ffi.h.in
index c28ebf6..e438f77 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 ---------------------------- */