Explorar o código

(alloca): Arg is of type size_t, not unsigned.

Paul Eggert %!s(int64=24) %!d(string=hai) anos
pai
achega
4ae648023c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/alloca.c

+ 1 - 1
lib/alloca.c

@@ -169,7 +169,7 @@ static header *last_alloca_header = NULL;	/* -> last alloca header.  */
    implementations of C, for example under Gould's UTX/32.  */
 
 pointer
-alloca (unsigned size)
+alloca (size_t size)
 {
   auto char probe;		/* Probes stack depth: */
   register char *depth = ADDRESS_FUNCTION (probe);