aboutsummaryrefslogtreecommitdiff
path: root/editors/e93/files/patch-includes.h
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-11-28 23:08:03 +0000
committerRene Ladan <rene@FreeBSD.org>2015-11-28 23:08:03 +0000
commit691f434f549a42a69ac50ff23a1543397490f5c5 (patch)
tree918183cc54e747acc95c0517ca51c4874a7ee860 /editors/e93/files/patch-includes.h
parentde9fd54831b4e86ba3482e9bc7479a1ddcc1c364 (diff)
downloadports-691f434f549a42a69ac50ff23a1543397490f5c5.tar.gz
ports-691f434f549a42a69ac50ff23a1543397490f5c5.zip
Notes
Diffstat (limited to 'editors/e93/files/patch-includes.h')
-rw-r--r--editors/e93/files/patch-includes.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/e93/files/patch-includes.h b/editors/e93/files/patch-includes.h
deleted file mode 100644
index 9d0c50713760..000000000000
--- a/editors/e93/files/patch-includes.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- includes.h.orig 2013-05-22 09:36:16.000000000 +0200
-+++ includes.h 2013-05-22 09:42:02.000000000 +0200
-@@ -29,6 +29,9 @@
- #include <locale.h>
-
- #include <tcl.h>
-+#if (TCL_MAJOR_VERSION < 8) || (TCL_MAJOR_VERSION == 8) && (TCL_MINOR_VERSION < 6)
-+#define Tcl_GetErrorLine(interp) (interp->errorLine)
-+#endif
-
- #include "defines.h"
- #include "guidefs.h"