From 0bc96304a9c104659d463cdc4e81940a7b7b0653 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 11 Jun 2022 09:40:37 -0500 Subject: Add r32 and r64 aliases for real numbers in ffi types. --- tools/tm_lang_gen.janet | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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)) -- cgit v1.2.3