https://svn.lrde.epita.fr/svn/oln/trunk/metalic
Index: ChangeLog
from Thierry Geraud <theo(a)lrde.epita.fr>
Minor addition.
* mlc/comma.hh: Add version for 4 commas.
comma.hh | 1 +
1 files changed, 1 insertion(+)
Index: mlc/comma.hh
--- mlc/comma.hh (revision 421)
+++ mlc/comma.hh (working copy)
@@ -34,6 +34,7 @@
# define mlc_comma_1(a, b) a, b
# define mlc_comma_2(a, b, c) a, b, c
# define mlc_comma_3(a, b, c, d) a, b, c, d
+# define mlc_comma_4(a, b, c, d, e) a, b, c, d, e
#endif // ! METALIC_COMMA_HH