Reduced delay

[SVN r14321]
This commit is contained in:
Vesa Karvonen
2002-07-07 12:39:43 +00:00
parent 1fec028b57
commit 72727d6d7f

View File

@ -32,7 +32,7 @@
*/ */
#ifndef DELAY_MAX #ifndef DELAY_MAX
#define DELAY_MAX 15 #define DELAY_MAX 14
#endif #endif
#define DELAY(N) BOOST_PP_TUPLE_ELEM(2,0,(BOOST_PP_EMPTY,BOOST_PP_WHILE(DELAY_C,BOOST_PP_CAT(DELAY_F,N),BOOST_PP_DEC(N))))() #define DELAY(N) BOOST_PP_TUPLE_ELEM(2,0,(BOOST_PP_EMPTY,BOOST_PP_WHILE(DELAY_C,BOOST_PP_CAT(DELAY_F,N),BOOST_PP_DEC(N))))()