This commit is contained in:
Yusuke Endoh 2021-12-10 17:21:37 +09:00
Родитель 8613c0c675
Коммит a692a1597f
1 изменённых файлов: 1 добавлений и 1 удалений

2
ruby.c
Просмотреть файл

@ -332,7 +332,7 @@ usage(const char *name, int help, int highlight, int columns)
}; };
static const struct message dumps[] = { static const struct message dumps[] = {
M("insns", "", "instruction sequences"), M("insns", "", "instruction sequences"),
M("insns_without_out", "", "instruction sequences compiled with no optimization"), M("insns_without_opt", "", "instruction sequences compiled with no optimization"),
M("yydebug", "", "yydebug of yacc parser generator"), M("yydebug", "", "yydebug of yacc parser generator"),
M("parsetree", "", "AST"), M("parsetree", "", "AST"),
M("parsetree_with_comment", "", "AST with comments"), M("parsetree_with_comment", "", "AST with comments"),