Forgot to actually do the char->int change...
authorErik Lindahl <lindahl@cbr.su.se>
Wed, 25 Aug 2010 20:30:54 +0000 (22:30 +0200)
committerErik Lindahl <lindahl@cbr.su.se>
Wed, 25 Aug 2010 20:30:54 +0000 (22:30 +0200)
include/types/simple.h

index 7c1d0f1abbcf0740f8e0227e1bc6fb0d03d82359..25b6b02f3198eebb12cc875b5d78e6fd0eaaee2c 100644 (file)
@@ -82,7 +82,7 @@ extern "C" {
    * so we cannot use the name 'bool' in our C code anymore.
    */
 
-typedef char gmx_bool;
+typedef int gmx_bool;
 
 #ifndef FALSE
 #  define FALSE   0