mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
6fa036f189
PR: ports/176926 Submitted by: Hiroyuki Iwatsuki <don@na.rim.or.jp>
11 lines
313 B
Plaintext
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;
|