mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
- patted portlint - patches are now makepatch compliant PR: 210058 Changes: http://vba-m.com/forum/showthread.php?tid=1037&pid=6091#pid6091 http://vba-m.com/forum/showthread.php?tid=1036&pid=6090#pid6090 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Reviewed by: pawel Approved by: Allison N. Reid <root@cooltrainer.org> (maintainer)
17 lines
344 B
C++
17 lines
344 B
C++
--- src/sdl/expr.cpp.orig 2016-08-13 15:20:47 UTC
|
|
+++ src/sdl/expr.cpp
|
|
@@ -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"
|