aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeber <beber>2005-12-08 23:41:23 +0000
committerbeber <beber>2005-12-08 23:41:23 +0000
commitdb420e90b2ef889fe5afd1c20cb032f66b16458e (patch)
tree5816c27857c19f730564a7f4967165b23ccdcfc7
parentinline (diff)
downloadespik-db420e90b2ef889fe5afd1c20cb032f66b16458e.tar.xz
// -> /* */
m4
-rw-r--r--config.h.in6
-rw-r--r--configure.in4
-rw-r--r--src/espik_debug.c2
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)
{