1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/japanese/ming/files/patch-src_actioncompiler_swf4compiler.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

11 lines
313 B
Plaintext

--- 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;