Date: Sun, 21 Jul 2013 19:07:51 GMT From: Jonathan Anderson <jonathan@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 231326 for review Message-ID: <201307211907.r6LJ7pYC042181@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@231326?ac=10 Change 231326 by jonathan@jonathan-on-zenith on 2013/07/21 19:07:46 Pull in new UPTO definition from TESLA commit 892f32. Affected files ... .. //depot/projects/ctsrd/tesla/src/sys/contrib/tesla/include/tesla-macros.h#8 edit Differences ... ==== //depot/projects/ctsrd/tesla/src/sys/contrib/tesla/include/tesla-macros.h#8 (text+ko) ==== @@ -92,7 +92,7 @@ #define optional(...) __tesla_optional(TIGNORE, __VA_ARGS__) #define ANY_REP INT_MAX #define REPEAT(m, n, ...) __tesla_repeat(m, n, __VA_ARGS__) -#define UPTO(n, ...) __tesla_repeat(0, n, __VA_ARGS__) +#define UPTO(n, ...) __tesla_repeat(1, n, __VA_ARGS__) #define ATLEAST(n, ...) __tesla_repeat(n, ANY_REP, __VA_ARGS__) #define ANY(int_type) __tesla_any(int_type)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307211907.r6LJ7pYC042181>