yacc-1.9.1-ia64.patch 504 B

12345678910111213141516171819202122232425
  1. --- byacc-1.9/defs.h.busted Sat May 6 21:10:56 2000
  2. +++ byacc-1.9/defs.h Sat May 6 21:11:22 2000
  3. @@ -1,7 +1,8 @@
  4. #include <assert.h>
  5. #include <ctype.h>
  6. #include <stdio.h>
  7. -
  8. +#include <string.h>
  9. +#include <stdlib.h>
  10. /* machine-dependent definitions */
  11. /* the following definitions are for the Tahoe */
  12. @@ -280,10 +281,3 @@
  13. extern int errno;
  14. -/* system functions */
  15. -
  16. -extern void free();
  17. -extern char *calloc();
  18. -extern char *malloc();
  19. -extern char *realloc();
  20. -extern char *strcpy();