* Check in Fred Fish's changes in these modules. Fred
[deliverable/binutils-gdb.git] / gdb / gmalloc.h
index 93fef5e1843c3e2f8c2c687915afd8d790df1340..b52db6df14a5b2e610cac9b496f387e166a0ccd2 100755 (executable)
@@ -143,7 +143,7 @@ extern PTR EXFUN((*__malloc_hook), (size_t __size));
 extern PTR EXFUN((*__realloc_hook), (PTR __ptr, size_t __size));
 
 /* Activate a standard collection of debugging hooks.  */
-extern void EXFUN(mcheck, (void EXFUN((*func), (void))));
+extern void EXFUN(mcheck, (void EXFUN((*func), (NOARGS))));
 
 /* Statistics available to the user.  */
 struct mstats
This page took 0.023862 seconds and 4 git commands to generate.