diff options
author | Eduardo Julian | 2017-12-02 01:06:34 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-12-02 01:06:34 -0400 |
commit | f92c4dc2f813b40f14d240491daa665942165e7e (patch) | |
tree | 400ed9320de4b7f61ac8b92e28ad6835a1ce370b /new-luxc/source/luxc/lang/translation/eval.jvm.lux | |
parent | 414c0a1a1f53322d8f4c11230ded98c5b83b6310 (diff) |
- Adjusted new-luxc to new macro-templating syntax.
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/luxc/lang/translation/eval.jvm.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/translation/eval.jvm.lux b/new-luxc/source/luxc/lang/translation/eval.jvm.lux index 9cce16a49..2236815ea 100644 --- a/new-luxc/source/luxc/lang/translation/eval.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/eval.jvm.lux @@ -25,7 +25,7 @@ (-> $.Inst (Meta Top)) (do macro.Monad<Meta> [current-module macro.current-module-name - class-name (:: @ map %code (macro.gensym (format current-module "/eval"))) + [_ class-name] (macro.gensym (format current-module "/eval")) #let [store-name (text.replace-all "/" "." class-name) bytecode ($d.class #$.V1_6 #$.Public $.noneC |