Fix type compatibility warning.

This commit is contained in:
Sean Hunt
2015-05-09 13:07:49 -04:00
parent d0fb68795d
commit 167800afdf
+1 -1
View File
@@ -756,7 +756,7 @@ E int FDECL(nhclose, (int));
E void NDECL(really_close); E void NDECL(really_close);
#endif #endif
#ifdef DEBUG #ifdef DEBUG
E boolean FDECL(debugcore, (const char *, boolean)); E boolean FDECL(debugcore, (const char *, BOOLEAN_P));
#endif #endif
E boolean FDECL(read_tribute, (const char *,const char *,int)); E boolean FDECL(read_tribute, (const char *,const char *,int));