diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-25 05:48:32 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-25 05:48:32 +0000 |
commit | ecc1245112e38e0e14f0ea2ecd107afc27fa6865 (patch) | |
tree | a4f2df6c019d4b78be7dd877bd9387f8f29aa02c /ext/syck/rubyext.c | |
parent | 58c6b3dd435e6e3c4914cc0fda2e66ead5992a9e (diff) | |
download | ruby-ecc1245112e38e0e14f0ea2ecd107afc27fa6865.tar.gz ruby-ecc1245112e38e0e14f0ea2ecd107afc27fa6865.tar.xz ruby-ecc1245112e38e0e14f0ea2ecd107afc27fa6865.zip |
* ext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename):
constified.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/syck/rubyext.c')
-rw-r--r-- | ext/syck/rubyext.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/syck/rubyext.c b/ext/syck/rubyext.c index 57b7012cd..bdf3c8c79 100644 --- a/ext/syck/rubyext.c +++ b/ext/syck/rubyext.c @@ -1379,6 +1379,7 @@ syck_node_mark(SyckNode *n) break; case syck_str_kind: + default: /* nothing */ break; } |