From 199161a4389bcf496930e269a29bba652fdf6bd6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 11 Jan 2018 01:57:52 -0800 Subject: Renamed def->define_action and defmacro->define_macro --- 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 5951a79..b9718f9 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:defmacro(name, \(__line_no__), function() return escape end, ""); + nomsu:define_macro(name, \(__line_no__), function() return escape end, ""); end end -- cgit v1.2.3