diff options
| author | Daniel Bovensiepen <[email protected]> | 2013-06-17 04:49:27 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2013-06-17 04:49:27 +0800 |
| commit | aece7c6c4d0cd7dabf1f79d27d3e764aaefbf4c7 (patch) | |
| tree | 616d68bad5993a1b1d78fe65377920169b02145d /src/compar.c | |
| parent | 609d063b2618a2b393e851fc81163f77655c1adf (diff) | |
| download | mruby-aece7c6c4d0cd7dabf1f79d27d3e764aaefbf4c7.tar.gz mruby-aece7c6c4d0cd7dabf1f79d27d3e764aaefbf4c7.zip | |
Add ISO Number to Comparable
Diffstat (limited to 'src/compar.c')
| -rw-r--r-- | src/compar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compar.c b/src/compar.c index 1614d2393..0186b942f 100644 --- a/src/compar.c +++ b/src/compar.c @@ -9,5 +9,5 @@ void mrb_init_comparable(mrb_state *mrb) { - mrb_define_module(mrb, "Comparable"); + mrb_define_module(mrb, "Comparable"); /* 15.3.3 */ } |
