From f8048cb88952b443d66265f3d790db00215f2907 Mon Sep 17 00:00:00 2001 From: olpc user Date: Sat, 4 Jan 2020 12:47:04 -0800 Subject: compiles --- starts/meaning-vm/level-0/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starts/meaning-vm/level-0/common.hpp') diff --git a/starts/meaning-vm/level-0/common.hpp b/starts/meaning-vm/level-0/common.hpp index cc56d7f..e7df0b7 100644 --- a/starts/meaning-vm/level-0/common.hpp +++ b/starts/meaning-vm/level-0/common.hpp @@ -32,7 +32,7 @@ name,...) name #define _macro_for_each_parens(firstfuncormacro,restfuncormacro,...) \ _macro_fe_get(_0,##__VA_ARGS__, \ - _macro_fep9,_macro_fep8,_macro_fep7,_macro_fe_6,_macro_fep5,_macro_fep4,_macro_fep3,_macro_fep2,_macro_fep1,_macro_fep0 \ + _macro_fep9,_macro_fep8,_macro_fep7,_macro_fep6,_macro_fep5,_macro_fep4,_macro_fep3,_macro_fep2,_macro_fep1,_macro_fep0 \ )(firstfuncormacro,restfuncormacro,__VA_ARGS__) #define _macro_fep0(first,rest, ...) #define _macro_fep1(first,rest, x, ...) first x _macro_fep0(rest,rest, __VA_ARGS__) -- cgit v1.2.3