]> granicus.if.org Git - php/commitdiff
Update mergesort() proto.
authorAndrei Zmievski <andrei@php.net>
Fri, 15 Oct 1999 21:23:37 +0000 (21:23 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 15 Oct 1999 21:23:37 +0000 (21:23 +0000)
main/php.h

index bcc74d9c8d8e827be017abdf458b4e5d88d413c4..285fa15f00af7301ba3ad2b15be750624b40d655 100644 (file)
@@ -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);