progname in gettext has changed.
[gnulib.git] / lib / alloca.c
index fd95a34..f4c364a 100644 (file)
@@ -193,7 +193,7 @@ alloca (size)
        {
          register header *np = hp->h.next;
 
-         free ((pointer) hp);  /* Collect garbage.  */
+         free (hp);            /* Collect garbage.  */
 
          hp = np;              /* -> next header.  */
        }