diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-04-11 07:22:19 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-04-11 07:22:19 +0000 |
commit | ffc3114c1a1762022b09af4f9b0417cfb54cd04b (patch) | |
tree | 203f805d9f8352521f042ae24b9d0644a0661f14 /ext | |
parent | 0e19adc87fde15ae047c9b9ec4341c0d7d9ce431 (diff) |
* ext/-test-/add_suffix/bug.c (ruby_add_suffix): no static
declaration. [ruby-core:44277][Bug #6279]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r-- | ext/-test-/add_suffix/bug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/-test-/add_suffix/bug.c b/ext/-test-/add_suffix/bug.c index e1b0aa4735..3dc1201b6e 100644 --- a/ext/-test-/add_suffix/bug.c +++ b/ext/-test-/add_suffix/bug.c @@ -1,7 +1,6 @@ static unsigned long ruby_scan_oct(); static unsigned long ruby_scan_hex(); static unsigned long ruby_strtoul(); -static void ruby_add_suffix(); static void ruby_qsort(); static char *ruby_strdup(); static char *ruby_getcwd(); |