Commits

Ryan Schmidt authored d9ba11a8a9b
linuxdoc-tools: Update to 0.9.73
No tags

textproc/linuxdoc-tools/files/patch-rtf-fix-rtf2rtf.l.diff

Deleted
1 -https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700958
2 ---- rtf-fix/rtf2rtf.l.orig 2008-05-28 18:16:36.000000000 +0200
3 -+++ rtf-fix/rtf2rtf.l 2013-02-19 11:10:25.367016000 +0100
4 -@@ -72,7 +72,14 @@
5 - int skipnewline = 0;
6 -
7 - extern char *yytext;
8 -+
9 -+#if YY_FLEX_MAJOR_VERSION > 2 \
10 -+ || (YY_FLEX_MAJOR_VERSION == 2 && YY_FLEX_MINOR_VERSION > 5) \
11 -+ || (YY_FLEX_MAJOR_VERSION == 2 && YY_FLEX_MINOR_VERSION == 5 && YY_FLEX_SUBMINOR_VERSION > 35)
12 -+extern yy_size_t yyleng;
13 -+#else
14 - extern int yyleng;
15 -+#endif
16 -
17 - #define CHAPTER 1
18 - #define SECTION 2

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut