aboutsummaryrefslogtreecommitdiff
path: root/src/espik_debug.c
diff options
context:
space:
mode:
authorBertrand Jacquin (Beber) <beber@setibzh.com>2006-01-23 01:36:53 +0100
committerBertrand Jacquin (Beber) <beber@setibzh.com>2006-01-23 01:36:53 +0100
commitf14f1b6fc32c6c1aa409a8eda5cdc33808f21861 (patch)
tree86c93987d26b61ae84195832f0bdecdf4bd96f82 /src/espik_debug.c
parentadd a espik_free to avoid mem leak (diff)
downloadespik-f14f1b6fc32c6c1aa409a8eda5cdc33808f21861.tar.xz
Start reorganise all things
1. Input handler
Diffstat (limited to 'src/espik_debug.c')
-rw-r--r--src/espik_debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/espik_debug.c b/src/espik_debug.c
index 9badbd4..dfb7cdd 100644
--- a/src/espik_debug.c
+++ b/src/espik_debug.c
@@ -12,6 +12,7 @@
#include <signal.h>
#endif /* _ESPIK_DEBUG_ */
+#if 0
inline void espik_debug_bt (int num)
{
#if 0
@@ -65,3 +66,5 @@ void kill_me (short num)
espik_debug_bt(num);
exit (num);
}
+
+#endif