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