diff options
author | beber <beber> | 2005-12-01 19:11:50 +0000 |
---|---|---|
committer | beber <beber> | 2005-12-01 19:11:50 +0000 |
commit | 93309052cf55b2b5023dda59ec5c9aab40fa601d (patch) | |
tree | 3977a2aaebbd2b5410a2f3f8916c22625474ca21 /src/espik_debug.h | |
parent | test are finished (diff) | |
download | espik-93309052cf55b2b5023dda59ec5c9aab40fa601d.tar.xz |
Make debug compil
Diffstat (limited to '')
-rw-r--r-- | src/espik_debug.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/espik_debug.h b/src/espik_debug.h index fec35e0..235c777 100644 --- a/src/espik_debug.h +++ b/src/espik_debug.h @@ -1,8 +1,7 @@ -#if _ESPIK_DEBUG -# ifndef _HAVE_ESPIK_DEBUG_H -# define _HAVE_ESPIK_DEBUG_H +#ifndef _HAVE_ESPIK_DEBUG_H +#define _HAVE_ESPIK_DEBUG_H inline void espik_bt (void); +void espik_debug_init(); # endif /* _HAVE_ESPIK_DEBUG_H */ -#endif /* _ESPIK_DEBUG */ |