From 08c1738c512e2e3be60da17638e2857b547b2933 Mon Sep 17 00:00:00 2001 From: ocean Date: Wed, 14 Sep 2005 06:32:32 +0000 Subject: * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] * defines.h, dir.c, dln.h, enumerator.c, env.h, error.c, eval.c, file.c, gc.c, hash.c, inits.c, intern.h, io.c, lex.c, marshal.c, missing.h, node.h, numeric.c, pack.c, process.c, re.h, ruby.c, ruby.h, rubyio.h, rubysig.h, signal.c, sprintf.c, st.h, string.c, struct.c, time.c, util.c, util.h, variable.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.c') diff --git a/error.c b/error.c index d6dbee6e8f..ca0e0cf5c7 100644 --- a/error.c +++ b/error.c @@ -53,7 +53,7 @@ err_snprintf(char *buf, long len, const char *fmt, va_list args) } } -static void err_append _((const char*)); +static void err_append(const char*); static void err_print(const char *fmt, va_list args) { -- cgit v1.2.3