From ab67190c725b7084dcb313a800dd2efa679789cb Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 1 Aug 2005 12:52:58 +0000 Subject: flex: add patch for flex bug 720976 --- packages/flex/files/.mtn2git_empty | 0 packages/flex/files/fix-gen.patch | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 packages/flex/files/.mtn2git_empty create mode 100644 packages/flex/files/fix-gen.patch (limited to 'packages/flex/files') diff --git a/packages/flex/files/.mtn2git_empty b/packages/flex/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/flex/files/fix-gen.patch b/packages/flex/files/fix-gen.patch new file mode 100644 index 0000000000..55f4f6fdf5 --- /dev/null +++ b/packages/flex/files/fix-gen.patch @@ -0,0 +1,17 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- flex-2.5.31/gen.c~fix-gen ++++ flex-2.5.31/gen.c +@@ -1812,8 +1812,7 @@ + if (yytext_is_array) { + if (!reentrant){ + indent_puts ("static int yy_more_offset = 0;"); +- }else{ +- indent_puts ("static int yy_prev_more_offset = 0;"); ++ indent_puts ("static int yy_prev_more_offset = 0;"); + } + } + else if (!reentrant) { -- cgit v1.2.3