Add debugging macros + use them
authorIra W. Snyder <devel@irasnyder.com>
Fri, 18 Jan 2008 06:26:16 +0000 (22:26 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Fri, 18 Jan 2008 06:26:16 +0000 (22:26 -0800)
commit991bd2ff6b3b8d56e2ab8c0e2722848da74422c0
tree2bfb2c58699e5cb3346c0f166a53bf40c4ec98b4
parentaf7f3b5e63d467420a69435b02745a9065f7f797
Add debugging macros + use them

This adds three debugging macros (debug_enter(), debug_assert() and
debug_printf() for use printing debugging information. They are #define'd
in the same style as those in the Linux Kernel.

If DEBUG is defined, they do something useful, otherwise, they are compiled
away to nothing.
tilda-terminal.c
tilda-window.c
tilda.c
tilda.h