]> www.ginac.de Git - cln.git/blobdiff - include/cln/types.h
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
[cln.git] / include / cln / types.h
index 067411e298f0c875e3c0cfffbc72d6dd461e5999..a64a426bd8766c2e0ed423aafd1b7df7c6b0d2c2 100644 (file)
     typedef uint64 uintQ;
   #endif
 
-// Boolean type.
-#if 1
-  typedef enum { cl_false = 0, cl_true = 1 }
-          cl_boolean;
-#else
-  typedef bool cl_boolean;
-  #define cl_false 0
-  #define cl_true  1
-#endif
-
 // Type for three values (0, +1, -1).
   typedef int  cl_signean;
   #define signean_plus  1