diff options
author | beber <beber> | 2005-12-08 23:41:23 +0000 |
---|---|---|
committer | beber <beber> | 2005-12-08 23:41:23 +0000 |
commit | db420e90b2ef889fe5afd1c20cb032f66b16458e (patch) | |
tree | 5816c27857c19f730564a7f4967165b23ccdcfc7 | |
parent | inline (diff) | |
download | espik-db420e90b2ef889fe5afd1c20cb032f66b16458e.tar.xz |
// -> /* */
m4
-rw-r--r-- | config.h.in | 6 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | src/espik_debug.c | 2 |
3 files changed, 3 insertions, 9 deletions
diff --git a/config.h.in b/config.h.in index 382bd5f..5fe9401 100644 --- a/config.h.in +++ b/config.h.in @@ -27,12 +27,6 @@ /* Version number of package */ #undef VERSION -/* Define to 1 if your platform is ok for debug */ -#undef ___GLIBC__ - -/* Define to 1 if your platform is ok for debug */ -#undef ___GNUC__ - /* Define to empty if `const' does not conform to ANSI C. */ #undef const diff --git a/configure.in b/configure.in index 0d1d55a..196f201 100644 --- a/configure.in +++ b/configure.in @@ -18,8 +18,8 @@ AC_C_INLINE dnl espik specific check (include in m4) AC_C___ATTRIBUTE__ -AC___GNUC__ -AC___GLIBC__ +# AC___GNUC__ +# AC___GLIBC__ dnl Debug mode AC_ARG_ENABLE( diff --git a/src/espik_debug.c b/src/espik_debug.c index 80f1fd1..74910c6 100644 --- a/src/espik_debug.c +++ b/src/espik_debug.c @@ -12,7 +12,7 @@ #include <signal.h> #endif /* _ESPIK_DEBUG_ */ -//static int indent_level = 0; +/*static int indent_level = 0;*/ inline void espik_debug_bt (int num) { |