summaryrefslogtreecommitdiffstats
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
commit62c580fa17f3d39ef2efcb5df42355ccc2171a20 (patch)
treebd4bc8812b973f8b2f609a1cba27634969c1c55b /sjis.c
parent5e86e74526563f5bb6ad486edb3345abe334178f (diff)
downloadruby-62c580fa17f3d39ef2efcb5df42355ccc2171a20.tar.gz
ruby-62c580fa17f3d39ef2efcb5df42355ccc2171a20.tar.xz
ruby-62c580fa17f3d39ef2efcb5df42355ccc2171a20.zip
* enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c:
made internal symbols static. [ruby-dev:27435] git-svn-id: http://svn.ruby-lang.org/repos/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 e13407bcc..c71b0ad68 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) {