freebsd-ports/emulators/visualboyadvance-m/files/patch-src-sdl-expr.cpp
John Marino 1dcf992440 emulators/visualboyadvance-m: Upgrade version r1001 => r1231
Improvements:
  * Add Link support
  * Add Lirc support
  * Patch SDL interface (thanks dennylin93)
  * Several new translations
  * Many small fixes to various titles

PR:		189647
Submitted by:	maintainer (Nicole Reid)
2014-06-20 10:20:17 +00:00

17 lines
392 B
C++

--- src/sdl/expr.cpp.orig 2014-05-02 23:55:56.000000000 +0800
+++ src/sdl/expr.cpp 2014-05-02 23:56:07.000000000 +0800
@@ -90,14 +90,10 @@
/* Copy the first part of user declarations. */
#line 1 "expr.ypp"
-namespace std {
#include <stdio.h>
#include <memory.h>
#include <stdlib.h>
#include <string.h>
-}
-
-using namespace std;
#include "../System.h"
#include "../gba/elf.h"