]> git.pld-linux.org Git - packages/a2ps.git/blame - a2ps-flex.patch
This commit was manufactured by cvs2git to create branch 'PLD_1_0_freez'.
[packages/a2ps.git] / a2ps-flex.patch
CommitLineData
9d216bc5 1--- a2ps-4.13/lib/Makefile.in.flex Wed Feb 9 09:33:01 2000
2+++ a2ps-4.13/lib/Makefile.in Thu Apr 27 19:00:20 2000
3@@ -100,7 +100,7 @@
4 INTLDEPS = @INTLDEPS@
5 INTLLIBS = @INTLLIBS@
6 INTLOBJS = @INTLOBJS@
7-LEX = @LEX@
8+LEX = @LEX@ -CFe
9 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
10 LIBOBJS = @LIBOBJS@
11 LIBTOOL = @LIBTOOL@
12--- a2ps-4.13/lib/fonts.l.flex Wed Dec 15 18:27:01 1999
13+++ a2ps-4.13/lib/fonts.l Thu Apr 27 19:00:20 2000
14@@ -178,7 +178,7 @@
15
16 %}
17
18-%option yylineno
19+/* %option yylineno */
20 %option prefix="afm"
21 %option outfile="lex.yy.c"
22
23@@ -524,7 +524,7 @@
24 const char * filename;
25 FILE * stream;
26
27- yylineno = 0;
28+ /* yylineno = 0; */
29
30 /* Find its AFM file: first resolve its font file name */
31 filename = fonts_map_resolve_alias (job->fonts_map, font->key);
32--- a2ps-4.13/src/Makefile.in.flex Wed Feb 9 09:34:18 2000
33+++ a2ps-4.13/src/Makefile.in Thu Apr 27 19:00:20 2000
34@@ -100,7 +100,7 @@
35 INTLDEPS = @INTLDEPS@
36 INTLLIBS = @INTLLIBS@
37 INTLOBJS = @INTLOBJS@
38-LEX = @LEX@
39+LEX = @LEX@ -CFe
40 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
41 LIBOBJS = @LIBOBJS@
42 LIBTOOL = @LIBTOOL@
43@@ -154,7 +154,7 @@
44 BUILT_SOURCES = parsessh.h
45
46 YFLAGS = -dtv
47-LEX = @LEX@
48+LEX = @LEX@ -CFe
49 # I don't really understand why I have to put srcdir here, but
50 # it is needed for yacc and lex files (seems related to #line, but
51 # I really don't understand why)...
52--- a2ps-4.13/src/lexps.l.flex Mon Feb 7 17:05:43 2000
53+++ a2ps-4.13/src/lexps.l Thu Apr 27 19:00:20 2000
54@@ -35,7 +35,7 @@
55 void pslex_initialize PARAMS ((void));
56 %}
57
58-%option yylineno
59+/* %option yylineno */
60 %option prefix="ps"
61 %option outfile="lex.yy.c"
62
63--- a2ps-4.13/Makefile.in.flex Wed Feb 9 09:32:25 2000
64+++ a2ps-4.13/Makefile.in Thu Apr 27 19:00:20 2000
65@@ -100,7 +100,7 @@
66 INTLDEPS = @INTLDEPS@
67 INTLLIBS = @INTLLIBS@
68 INTLOBJS = @INTLOBJS@
69-LEX = @LEX@
70+LEX = @LEX@ -CFe
71 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
72 LIBOBJS = @LIBOBJS@
73 LIBTOOL = @LIBTOOL@
This page took 0.448297 seconds and 4 git commands to generate.