about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-19 15:54:21 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-19 15:54:21 +0000
commit71d45e99ee6ba0a61c3f177e645ce5886923bd4d (patch)
treef9072746a2bfc8433bccfb1a5af17edc1bcf6c95
parenta4b7c7bd2ab30a51d6b231c80ecd575e8c551654 (diff)
downloadnetpbm-mirror-71d45e99ee6ba0a61c3f177e645ce5886923bd4d.tar.gz
netpbm-mirror-71d45e99ee6ba0a61c3f177e645ce5886923bd4d.tar.xz
netpbm-mirror-71d45e99ee6ba0a61c3f177e645ce5886923bd4d.zip
Reverse accidental commit
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1940 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--lib/util/pm_c_util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/util/pm_c_util.h b/lib/util/pm_c_util.h
index 6fec12ff..f17d1e03 100644
--- a/lib/util/pm_c_util.h
+++ b/lib/util/pm_c_util.h
@@ -63,9 +63,6 @@
   #endif
 /* C++ has a bool type and false and true constants built in. */
 #ifndef __cplusplus
-#ifndef NOT_EXPERIMENTING
-#include <stdbool.h>   /* DEBUG */
-#else
   #ifndef HAVE_BOOL
     #define HAVE_BOOL 1
     typedef int bool;
@@ -74,7 +71,6 @@
     enum boolvalue {false=0, true=1};
     #endif
   #endif
-#endif
 
 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))