Aug. 7, 2006
4:45 p.m.
On 8/7/06, Krzysztof Foltman <wdev(a)foltman.com> wrote:
+#define static
That deserves a comment, at the very least! I don't think such a define should be allowed. Can you recode without this? I like the number of asserts. It's hard to get this stuff right, and the asserts will help make sure the code is correct. - Dan