updated on Wed Jan 11 04:01:16 UTC 2012
[aur-mirror.git] / cdecl / getopt.patch
blob4f6f5467a30bee0e3540487fe52088930be32881
1 diff -ru cdecl-2.5_orig/cdecl.c cdecl-2.5/cdecl.c
2 --- cdecl-2.5_orig/cdecl.c 2008-07-02 11:36:14.854458119 +0200
3 +++ cdecl-2.5/cdecl.c 2008-07-02 11:36:59.101943479 +0200
4 @@ -124,7 +124,6 @@
6 #if __STDC__
7 char *ds(char *), *cat(char *, ...), *visible(int);
8 - int getopt(int,char **,char *);
9 int main(int, char **);
10 int yywrap(void);
11 int dostdin(void);