Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/xvile/files: vile-9.8h-flex.patch
Date: Tue, 28 Aug 2012 08:35:56
Message-Id: 20120828083545.E3434209EB@flycatcher.gentoo.org
1 radhermit 12/08/28 08:35:45
2
3 Added: vile-9.8h-flex.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-editors/xvile/files/vile-9.8h-flex.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xvile/files/vile-9.8h-flex.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xvile/files/vile-9.8h-flex.patch?rev=1.1&content-type=text/plain
14
15 Index: vile-9.8h-flex.patch
16 ===================================================================
17 --- vile-9.8h/filters/filters.h
18 +++ vile-9.8h/filters/filters.h
19 @@ -200,27 +200,6 @@
20 #endif
21 #endif /* __GNUC__ */
22
23 -/*
24 - * 2003/5/20 - "new" flex 2.5.31:
25 - * workaround for "developers" who don't use compiler-warnings...
26 - * perhaps by the time "new" flex merits the term "beta", they'll fix this:
27 - */
28 -#if defined(FLEX_BETA)
29 -extern FILE *yyget_in (void);
30 -extern FILE *yyget_out (void);
31 -extern char *yyget_text (void);
32 -extern int yyget_debug (void);
33 -extern int yyget_leng (void);
34 -extern int yyget_lineno (void);
35 -extern int yylex_destroy (void);
36 -extern void yyset_debug (int bdebug);
37 -extern void yyset_in (FILE * in_str);
38 -extern void yyset_lineno (int line_number);
39 -extern void yyset_out (FILE * out_str);
40 -/* there's also warnings for unused 'yyunput()', but I don't see a fix */
41 -/* flex's skeleton includes <unistd.h> - no particular reason apparent */
42 -#endif
43 -
44 #define YY_NO_INPUT 1 /* get rid of 'input()' function */
45
46 /*