opnsense-ports/emulators/visualboyadvance-m/files/patch-src-sdl-expr.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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"