Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / gmxlib / smalloc.c
index de62d329c0c8ebb77a8b3f96e1fedc5acef0cfa0..55b7b8e307be022db263b6ded57cd57f6bb418f8 100644 (file)
@@ -289,7 +289,7 @@ void *save_calloc_aligned(const char *name,const char *file,int line,
 {
     void **aligned=NULL;
     void *malloced=NULL;
-    bool allocate_fail;
+    gmx_bool allocate_fail;
 
     if (alignment == 0)
     {