diff options
Diffstat (limited to 'emulators/vba/files/patch-src_expr.cpp')
-rw-r--r-- | emulators/vba/files/patch-src_expr.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/emulators/vba/files/patch-src_expr.cpp b/emulators/vba/files/patch-src_expr.cpp new file mode 100644 index 000000000000..e500e6062cd4 --- /dev/null +++ b/emulators/vba/files/patch-src_expr.cpp @@ -0,0 +1,19 @@ +--- src/expr.cpp.orig 2002-10-20 13:03:12 UTC ++++ src/expr.cpp +@@ -14,15 +14,12 @@ + + #line 1 "expr.y" + +-namespace std { ++#include <sys/types.h> + #include <stdio.h> + #include <memory.h> + #include <stdlib.h> + #include <string.h> +-} + +-using namespace std; +- + #include "System.h" + #include "elf.h" + #include "exprNode.h" |