From 33188f943329296ff4c19ad3fcf717194e3b237e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 14 Jan 2023 02:29:20 -0400 Subject: Added compilation of definitions for C++. --- lux-js/source/program.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-js') diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index bbd328b6b..f896219f8 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -32,7 +32,7 @@ ["[0]" i64]]] ["[0]" world ["[0]" file] - ["[1]/[0]" environment]] + ["[0]" environment]] [meta ["@" target (.only) ["_" js]] @@ -709,7 +709,7 @@ (def (declare_success! _) (-> Any (Async Any)) - (async.future (of world/environment.default exit +0))) + (async.future (of environment.default exit +0))) (def (scope body) (-> _.Statement _.Statement) -- cgit v1.2.3