summaryrefslogtreecommitdiff
path: root/sjis.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-18 17:35:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-18 17:35:18 +0000
commit9c871d5a5ae478a7a1fc7ba97dcd50ba854ab8d0 (patch)
treebd4bc8812b973f8b2f609a1cba27634969c1c55b /sjis.c
parent404faedbaab52bdc184eaba2332ec4cae55b7e01 (diff)
* enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c:
made internal symbols static. [ruby-dev:27435] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sjis.c')
-rw-r--r--sjis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sjis.c b/sjis.c
index e13407bccf..c71b0ad689 100644
--- a/sjis.c
+++ b/sjis.c
@@ -76,7 +76,7 @@ sjis_mbc_enc_len(const UChar* p)
return EncLen_SJIS[*p];
}
-extern int
+static int
sjis_code_to_mbclen(OnigCodePoint code)
{
if (code < 256) {