From db69449d9fa7502414323fc09c1399f8764d7f97 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Fri, 15 Oct 1999 21:23:37 +0000 Subject: [PATCH] Update mergesort() proto. --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/php.h b/main/php.h index bcc74d9c8d..285fa15f00 100644 --- a/main/php.h +++ b/main/php.h @@ -307,7 +307,7 @@ int module_startup_modules(void); int module_global_startup_modules(void); int module_global_shutdown_modules(void); -int mergesort(void *base, size_t nmemb, size_t size, int (*cmp) (const void *, const void *)); +int mergesort(void *base, size_t nmemb, register size_t size, int (*cmp) (const void *, const void *)); /*from basic functions*/ extern PHPAPI int _php_error_log(int opt_err,char *message,char *opt,char *headers); -- 2.40.0