blob: 4fc84a49fd9eab1c8f6b8228d8b4fa8e9c5d5b5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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;
|