diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-01 09:50:30 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-01 09:50:30 +0000 |
commit | 571467034c547fb2192d221f9f762ec7d7e39858 (patch) | |
tree | a704e8e44c9d882ccc3c86c76fb96e74526af736 /ruby.c | |
parent | 4ad09679aaf150d7db679835e5d6843d4f7d7971 (diff) | |
download | ruby-571467034c547fb2192d221f9f762ec7d7e39858.tar.gz ruby-571467034c547fb2192d221f9f762ec7d7e39858.tar.xz ruby-571467034c547fb2192d221f9f762ec7d7e39858.zip |
forgot to commit
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
-rw-r--r-- | ruby.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ enum disable_flag_bits { #define DUMP_BIT(bit) (1U << dump_##bit) enum dump_flag_bits { - dump_insns, + dump_insns }; struct cmdline_options { |