diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2020-01-04 12:47:04 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2020-01-04 12:47:04 -0800 |
commit | f8048cb88952b443d66265f3d790db00215f2907 (patch) | |
tree | ec37b8e3743e60a31cc91410362676c105149150 /starts/meaning-vm/level-0 | |
parent | a8dead75d6e8b5c67e559b32b71829361b10e988 (diff) | |
download | standingwithresilience-f8048cb88952b443d66265f3d790db00215f2907.tar.gz standingwithresilience-f8048cb88952b443d66265f3d790db00215f2907.zip |
compiles
Diffstat (limited to 'starts/meaning-vm/level-0')
-rw-r--r-- | starts/meaning-vm/level-0/common.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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__) |