From 86b689f3d7111a9fa13da389a30f3dfdf877d1a4 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 19 Apr 2014 13:04:09 -0500 Subject: All: *ARGV* and *host-language*. Misc syncing/fixes. --- make/step2_eval.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/step2_eval.mk') diff --git a/make/step2_eval.mk b/make/step2_eval.mk index 96cd98f..34b1dab 100644 --- a/make/step2_eval.mk +++ b/make/step2_eval.mk @@ -69,5 +69,5 @@ $(call do,$(call _assoc!,$(REPL_ENV),-,number_subtract)) $(call do,$(call _assoc!,$(REPL_ENV),*,number_multiply)) $(call do,$(call _assoc!,$(REPL_ENV),/,number_divide)) -# Call the read-eval-print loop +# repl loop $(if $(strip $(INTERACTIVE)),$(call REPL)) -- cgit v1.2.3