From 8c1da9a6c3267310f5e8eedabaef9406d6ed46e9 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 11 Jan 2018 02:07:37 -0800 Subject: Purged references to "macro" and replaced with "compile action" or "compile-time action". --- lib/utils.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utils.nom') diff --git a/lib/utils.nom b/lib/utils.nom index b9718f9..218fed2 100644 --- a/lib/utils.nom +++ b/lib/utils.nom @@ -113,7 +113,7 @@ lua> ".." }; for name,code in pairs(colors) do local escape = "\\"\\\\27["..tostring(code).."m\\"" - nomsu:define_macro(name, \(__line_no__), function() return escape end, ""); + nomsu:define_compile_action(name, \(__line_no__), function() return escape end, ""); end end -- cgit v1.2.3