Type sanity: add compile time check that integers are of the expected size.
authorKp <kp@valhallalegends.com>
Sun, 1 Jun 2008 04:41:59 +0000 (23:41 -0500)
committerKp <kp@valhallalegends.com>
Mon, 1 Sep 2008 19:48:40 +0000 (14:48 -0500)
commit9606632e594c94958116127a39e4411888c4a30b
tree3a49249e2bb971d620c7c402d723e2ff1857a7b6
parentad10dc073b3684e02f5fa14449463c1122bd4cb2
Type sanity: add compile time check that integers are of the expected size.

The comments in silctypes.h guarantee that certain types are of
particular sizes.  Add compile time checks that will fail if these
guarantees are not met.
lib/silcutil/silctypes.h