summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda/coldsync/files/coldsync-2.2.5-broken-c++.diff')
-rw-r--r--app-pda/coldsync/files/coldsync-2.2.5-broken-c++.diff21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-pda/coldsync/files/coldsync-2.2.5-broken-c++.diff b/app-pda/coldsync/files/coldsync-2.2.5-broken-c++.diff
deleted file mode 100644
index efbe4615ec16..000000000000
--- a/app-pda/coldsync/files/coldsync-2.2.5-broken-c++.diff
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/symboltable.cc
-+++ src/symboltable.cc
-@@ -12,6 +12,7 @@
- #include <map>
- #include <cstdlib> // For malloc() and friends
- #include "symboltable.h"
-+using namespace std;
-
- static char *make_c_string(const string &s);
-
---- src/symboltable.h
-+++ src/symboltable.h
-@@ -26,7 +26,7 @@
- /* Initialize the symbol table based on the
- * arguments. */
- #ifdef __cplusplus
--};
-+}
- #endif /* __cplusplus */
-
- /* This is for Emacs's benefit: