aboutsummaryrefslogtreecommitdiff
path: root/devel/anjuta-devel/files/patch-src_aneditor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'devel/anjuta-devel/files/patch-src_aneditor.cxx')
-rw-r--r--devel/anjuta-devel/files/patch-src_aneditor.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/anjuta-devel/files/patch-src_aneditor.cxx b/devel/anjuta-devel/files/patch-src_aneditor.cxx
deleted file mode 100644
index f8e2d88bce8b..000000000000
--- a/devel/anjuta-devel/files/patch-src_aneditor.cxx
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/aneditor.cxx.orig Tue Nov 5 15:51:38 2002
-+++ src/aneditor.cxx Tue Nov 5 15:52:01 2002
-@@ -289,6 +289,9 @@
- void EvalOutputArrived(GList* lines, int textPos, const string &expression);
- };
-
-+inline bool nonFuncChar(char ch) {
-+ return strchr("\t\n\r !\"#%&'()*+,-./:;<=>?@[\\]^`{|}~", ch) != NULL;
-+}
-
- class ExpressionEvaluationTipInfo
- // Utility class to help displaying expression values in tips.