X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/4be07551f50aa465e35a91b3b2d9bb9064fa455a..d2729d44ab05f89e96d199ad6b10e127c1cb0a38:/src/alloc.h?ds=sidebyside diff --git a/src/alloc.h b/src/alloc.h index ab045b36..47542dfa 100644 --- a/src/alloc.h +++ b/src/alloc.h @@ -27,5 +27,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define FREE(x) ((x) != 0 && (free ((char *) (x)), 0)) #endif -extern char *xmalloc(); -extern char *xrealloc(); +extern char *xmalloc PARAMS((register unsigned)); +extern char *xrealloc PARAMS((register char *, register unsigned));