From 7f47d4204039258cec78c767f489b7809b4257ff Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 17 Nov 2018 14:38:05 -0800 Subject: In-progress (but working) overhaul of some elements including: function calls, lib/thing.nom API, multi-assignments, varargs, etc. --- compatibility/3.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compatibility/3.nom') diff --git a/compatibility/3.nom b/compatibility/3.nom index 1f23897..69f8d25 100644 --- a/compatibility/3.nom +++ b/compatibility/3.nom @@ -10,4 +10,4 @@ upgrade action (method %spec %body) to "3" as (my action %spec %body) upgrade action (me) to "3" as %me upgrade action (@) to "3" as %me upgrade action "as" to "3" via (..) - [] -> (barf "Object API has changed. Use (%obj::action ...) instead of (as %obj: action ...)") + -> (barf "Object API has changed. Use (%obj::action ...) instead of (as %obj: action ...)") -- cgit v1.2.3