X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fpreprocessor.hh;h=0178d8b3dc587982d7dd75df2cd4a417c27a7d9a;hb=394ced7000128fef7e753caea1deda8d55dec8e2;hp=379a613acfabc0e0a797b054020e17f369f27f90;hpb=57daeae6f2e924ce3f16f9677c3474f531cba9e5;p=senf.git diff --git a/senf/Utils/preprocessor.hh b/senf/Utils/preprocessor.hh index 379a613..0178d8b 100644 --- a/senf/Utils/preprocessor.hh +++ b/senf/Utils/preprocessor.hh @@ -47,7 +47,7 @@ */ #define SENF_PP_SEQ_BACK(seq) BOOST_PP_SEQ_ELEM(BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(seq)),seq) -# // No recursive call so we need some more of theese ... ARGH !!! +# // No recursive call so we need some more of these ... ARGH !!! # define SENF_CAT_RECURS1(a, b) SENF_CAT_RECURS1_I(a,b) # define SENF_CAT_RECURS1_I(a, b) a ## b # define SENF_CAT_RECURS2(a, b) SENF_CAT_RECURS2_I(a,b)