diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-25 19:24:23 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-25 19:24:23 +0000 |
commit | 5036bf251f3bab0091f25cacc29f3884e4d24b9b (patch) | |
tree | 0e660c22266bb1d9983c520da459607eeb4e859f /libffi/src | |
parent | 0307ea24e7892818dcec71c5265a7193f2953618 (diff) | |
download | gcc-5036bf251f3bab0091f25cacc29f3884e4d24b9b.tar.gz |
2007-11-25 Andreas Tobler <a.tobler@schweiz.org>
* src/closures.c: Move defintion of MAYBE_UNUSED from here to ...
* include/ffi_common.h: ... here.
Update copyright.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130413 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/src')
-rw-r--r-- | libffi/src/closures.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libffi/src/closures.c b/libffi/src/closures.c index ec956d04f26..c441b870f70 100644 --- a/libffi/src/closures.c +++ b/libffi/src/closures.c @@ -1,5 +1,6 @@ /* ----------------------------------------------------------------------- closures.c - Copyright (c) 2007 Red Hat, Inc. + Copyright (C) 2007 Free Software Foundation, Inc Code to allocate and deallocate memory for closures. @@ -149,8 +150,6 @@ selinux_enabled_check (void) #endif -#define MAYBE_UNUSED __attribute__((__unused__)) - /* Declare all functions defined in dlmalloc.c as static. */ static void *dlmalloc(size_t); static void dlfree(void*); |