From 2b9191e5572f165ea88295094dcbf3f466684902 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 18 Nov 2014 15:13:05 +0000 Subject: * internal.h: Gather declarations in non-header files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sprintf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sprintf.c') diff --git a/sprintf.c b/sprintf.c index e1292726d9..d91d850c9d 100644 --- a/sprintf.c +++ b/sprintf.c @@ -23,8 +23,6 @@ #define BIT_DIGITS(N) (((N)*146)/485 + 1) /* log2(10) =~ 146/485 */ -extern const char ruby_digitmap[]; - static void fmt_setup(char*,size_t,int,int,int,int); static char -- cgit v1.2.3