summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-compiler
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2021-03-01 10:06:17 +1000
committerJohn Bampton <[email protected]>2021-03-01 10:06:17 +1000
commit1c9b1bfeb7932c1b82509679e40b2d2bf99768cc (patch)
tree3868be98b373b479ab17173b2cb6a5c6ab095c57 /mrbgems/mruby-compiler
parent65add8c650088f398642aa9611baf4cb2266fff4 (diff)
downloadmruby-1c9b1bfeb7932c1b82509679e40b2d2bf99768cc.tar.gz
mruby-1c9b1bfeb7932c1b82509679e40b2d2bf99768cc.zip
feat: add pre-commit framework
Diffstat (limited to 'mrbgems/mruby-compiler')
-rw-r--r--mrbgems/mruby-compiler/core/lex.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-compiler/core/lex.def b/mrbgems/mruby-compiler/core/lex.def
index 944aaf4a8..7c6f316f0 100644
--- a/mrbgems/mruby-compiler/core/lex.def
+++ b/mrbgems/mruby-compiler/core/lex.def
@@ -205,4 +205,3 @@ mrb_reserved_word (register const char *str, register size_t len)
return 0;
}
#line 52 "mrbgems/mruby-compiler/core/keywords"
-