freebsd-ports/japanese/ming/files/patch-src_actioncompiler_swf5compiler.flex
Jun Kuriyama 6fa036f189 - Ubreak.
PR:		ports/176926
Submitted by:	Hiroyuki Iwatsuki <don@na.rim.or.jp>
2013-05-04 10:48:54 +00:00

10 lines
313 B
Text

--- actioncompiler/swf5compiler.flex~ 2013-03-14 04:53:36.000000000 +0900
+++ actioncompiler/swf5compiler.flex 2013-03-14 04:52:36.000000000 +0900
@@ -5,6 +5,7 @@
#include "compile.h"
#include "action.h"
+#define YYPARSE_PARAM buffer
#include "swf5compiler.tab.h" /* defines token types */
int swf5debug;