diff options
| author | 2022-06-11 09:40:37 -0500 | |
|---|---|---|
| committer | 2022-06-11 09:40:37 -0500 | |
| commit | 0bc96304a9c104659d463cdc4e81940a7b7b0653 (patch) | |
| tree | f6e617c33ab71564553b2d97b32af46ea21885de /tools | |
| parent | Format boot.janet with janet-format. (diff) | |
Add r32 and r64 aliases for real numbers in ffi types.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tm_lang_gen.janet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tm_lang_gen.janet b/tools/tm_lang_gen.janet index 9c0f6161..29c6292d 100644 --- a/tools/tm_lang_gen.janet +++ b/tools/tm_lang_gen.janet @@ -17,6 +17,7 @@ "quote" "quasiquote" "unquote" + "upscope" "splice"] (all-bindings))) (def allsyms (dyn :allsyms)) |
