]> git.pld-linux.org Git - packages/byacc.git/blob - byacc-fix.patch
- x32 rebuild
[packages/byacc.git] / byacc-fix.patch
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  
11  /*  machine-dependent definitions                      */
12  /*  the following definitions are for the Tahoe                */
13 @@ -280,10 +281,3 @@
14  extern int errno;
15  
16  
17 -/* system functions */
18 -
19 -extern void free();
20 -extern char *calloc();
21 -extern char *malloc();
22 -extern char *realloc();
23 -extern char *strcpy();
This page took 0.030931 seconds and 3 git commands to generate.