diff options
author | Kresten Krab Thorup <krab@gcc.gnu.org> | 1993-04-27 20:36:53 +0000 |
---|---|---|
committer | Kresten Krab Thorup <krab@gcc.gnu.org> | 1993-04-27 20:36:53 +0000 |
commit | d5247e3ea2d8aac62cd61c80c4a68f1efb19e675 (patch) | |
tree | 1e50bdfb275719021c180e530315e1fb057eca48 /gcc/objc/misc.c | |
parent | c3b80729bb95b2137da7039f489c6de1092ed4ef (diff) | |
download | gcc-d5247e3ea2d8aac62cd61c80c4a68f1efb19e675.zip gcc-d5247e3ea2d8aac62cd61c80c4a68f1efb19e675.tar.gz gcc-d5247e3ea2d8aac62cd61c80c4a68f1efb19e675.tar.bz2 |
Changed to use argframe macros
From-SVN: r4253
Diffstat (limited to 'gcc/objc/misc.c')
-rw-r--r-- | gcc/objc/misc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/objc/misc.c b/gcc/objc/misc.c index b9b64ac..915e29d 100644 --- a/gcc/objc/misc.c +++ b/gcc/objc/misc.c @@ -26,8 +26,6 @@ You should have received a copy of the GNU General Public License along with #include "runtime.h" -void objc_error(id object, const char* fmt, va_list); - void (*_objc_error)(id, const char*, va_list) = objc_error; /* id (*_objc_object_alloc)(Class*) = 0; */ /* id (*_objc_object_dispose)(id) = 0; */ |