diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-11 02:07:37 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-11 02:07:37 -0800 |
| commit | 8c1da9a6c3267310f5e8eedabaef9406d6ed46e9 (patch) | |
| tree | 71a60ce5f24f41ba2b976a7cceef9ea9dfb26f3c /lib/utils.nom | |
| parent | 199161a4389bcf496930e269a29bba652fdf6bd6 (diff) | |
Purged references to "macro" and replaced with "compile action" or
"compile-time action".
Diffstat (limited to 'lib/utils.nom')
| -rw-r--r-- | lib/utils.nom | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
