]> git.pld-linux.org Git - packages/cdecl.git/blob - cdecl-misc.patch
- fixed BuildRequires rules.
[packages/cdecl.git] / cdecl-misc.patch
1 --- cdecl-2.5/cdecl.c.misc      Mon Jan 15 22:54:46 1996
2 +++ cdecl-2.5/cdecl.c   Mon Nov 20 11:46:06 2000
3 @@ -63,6 +63,7 @@
4  #include <stdio.h>
5  #include <ctype.h>
6  #if __STDC__ || defined(DOS)
7 +#include <errno.h>
8  # include <stdlib.h>
9  # include <stddef.h>
10  # include <string.h>
11 @@ -124,7 +125,6 @@
12  
13  #if __STDC__
14    char *ds(char *), *cat(char *, ...), *visible(int);
15 -  int getopt(int,char **,char *);
16    int main(int, char **);
17    int yywrap(void);
18    int dostdin(void);
19 --- cdecl-2.5/Makefile.misc     Tue Jan 16 00:36:38 1996
20 +++ cdecl-2.5/Makefile  Sun Nov 19 23:08:45 2000
21 @@ -36,7 +36,7 @@
22         lex cdlex.l && mv lex.yy.c cdlex.c
23  
24  cdgram.c: cdgram.y
25 -       yacc cdgram.y && mv y.tab.c cdgram.c
26 +       bison -y  cdgram.y && mv y.tab.c cdgram.c
27  
28  test:
29         ./cdecl < testset
This page took 0.09866 seconds and 3 git commands to generate.