Mark Murray f0d2d03884 Fix a bazillion lint and WARNS warnings. One major fix is the removal of
semicolons from the end of macros:

#define FOO() bar(a,b,c);

becomes

#define FOO() bar(a,b,c)

Thus requiring the semicolon in the invocation of FOO. This is much
cleaner syntax and more consistent with expectations when writing
function-like things in source.

With both peril-sensitive sunglasses and flame-proof undies on, tighten
up some types, and work around some warnings generated by this. There
are some _horrible_ const/non-const issues in this code.
2002-07-15 17:28:34 +00:00
..
2002-07-06 07:00:01 +00:00
2002-07-06 07:00:01 +00:00
2002-03-25 13:52:45 +00:00
2002-03-25 13:52:45 +00:00
2002-06-29 17:26:22 +00:00
2002-07-14 08:29:15 +00:00
2002-06-29 17:26:22 +00:00
2002-06-29 17:26:22 +00:00
2002-04-06 08:44:04 +00:00
2002-06-29 00:29:12 +00:00
2002-06-29 17:26:22 +00:00
2002-06-29 02:00:02 +00:00
2002-06-29 02:00:02 +00:00
2002-06-29 02:00:02 +00:00
2002-06-29 17:26:22 +00:00
2002-03-19 21:25:46 +00:00
2002-03-19 21:25:46 +00:00
2002-06-29 02:00:02 +00:00
2002-03-19 21:25:46 +00:00
2002-06-29 02:00:02 +00:00
2002-06-29 02:00:02 +00:00
2002-06-29 17:26:22 +00:00
2002-06-29 17:26:22 +00:00
2002-07-13 04:09:45 +00:00
2002-03-19 21:25:46 +00:00
2002-03-19 21:25:46 +00:00
2001-09-12 08:38:13 +00:00
2002-03-19 21:25:46 +00:00
2002-03-19 21:25:46 +00:00
2002-06-29 17:26:22 +00:00
2002-07-13 04:37:22 +00:00
2002-06-29 00:29:12 +00:00
2002-06-29 00:29:12 +00:00
2002-06-29 00:29:12 +00:00
2002-06-28 23:17:36 +00:00
2002-06-28 23:17:36 +00:00