diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-05-04 10:48:54 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-05-04 10:48:54 +0000 |
commit | 6fa036f18999ae384b77c316c599aab03641cc9e (patch) | |
tree | 1cdfd5b0ee4460cbb0bbee11d1832bf9a733e5e7 /japanese/ming/files/patch-src_actioncompiler_swf4compiler.flex | |
parent | Update regripperplugins to 20130429 (diff) |
- Ubreak.
PR: ports/176926
Submitted by: Hiroyuki Iwatsuki <don@na.rim.or.jp>
Notes
Notes:
svn path=/head/; revision=317308
Diffstat (limited to 'japanese/ming/files/patch-src_actioncompiler_swf4compiler.flex')
-rw-r--r-- | japanese/ming/files/patch-src_actioncompiler_swf4compiler.flex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/ming/files/patch-src_actioncompiler_swf4compiler.flex b/japanese/ming/files/patch-src_actioncompiler_swf4compiler.flex new file mode 100644 index 000000000000..4fc84a49fd9e --- /dev/null +++ b/japanese/ming/files/patch-src_actioncompiler_swf4compiler.flex @@ -0,0 +1,10 @@ +--- actioncompiler/swf4compiler.flex~ 2002-06-24 21:21:54.000000000 +0900 ++++ actioncompiler/swf4compiler.flex 2013-03-14 04:49:15.000000000 +0900 +@@ -5,6 +5,7 @@ + + #include "compile.h" + #include "action.h" ++#define YYPARSE_PARAM buffer + #include "swf4compiler.tab.h" /* defines token types */ + + int swf4debug; |