422: Minor addition.

10 Mar
2006
10 Mar
'06
2:12 p.m.
https://svn.lrde.epita.fr/svn/oln/trunk/metalic Index: ChangeLog from Thierry Geraud <theo@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
7132
Age (days ago)
7132
Last active (days ago)
0 comments
1 participants
participants (1)
-
Thierry Geraud