Ed Schouten bdc971eb19 Add support for __COUNTER__.
__COUNTER__ allows one to obtain incrementing (read: unique) numbers
from the C preprocesor. This is useful when implementing things like a
robust implementation of CTASSERT(), which currently fails when using
it more than once on a single line of code. Probably not likely to cause
any breakage, but still.

__COUNTER__ was also added to GCC 4.3, but since that implementation is
GPLv3 licensed, I took the liberty of implementing it without looking at
any upstream sources. Therefore, this version is licensed under the same
license as the rest of the code; GPLv2.
2011-12-13 17:34:47 +00:00
..
2010-11-09 18:32:57 +00:00
2011-07-14 14:01:36 +00:00
2010-10-08 09:43:06 +00:00
2011-12-13 17:34:47 +00:00
2011-12-08 13:54:06 +00:00
2010-11-18 18:22:58 +00:00
2011-06-09 22:52:57 +00:00
2011-05-11 21:52:26 +00:00
2011-05-25 14:13:53 +00:00
2010-10-28 19:10:15 +00:00
2011-04-28 14:43:38 +00:00
2011-12-08 02:40:46 +00:00
2011-11-01 02:01:55 +00:00
2010-11-03 10:46:39 +00:00