Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / gmx_fatal.h
index 83eab81fa68db8c8f0edf0da0d10470106ae4367..8108af79124ee4aa2597d883fed5f73d1b68e8d8 100644 (file)
@@ -113,11 +113,11 @@ void _unexpected_eof(const char *fn,int line,const char *srcfn,int srcline);
  * if (debug) fprintf(debug,"%s","Hallo");
  */
 extern FILE *debug;
-extern bool gmx_debug_at;
+extern gmx_bool gmx_debug_at;
 
 void init_debug (const int dbglevel,const char *dbgfile);
   
-bool bDebugMode(void);
+gmx_bool bDebugMode(void);
 /* Return TRUE when the program was started in debug mode */
   
 #if (defined __sgi && defined USE_SGI_FPE)