summaryrefslogtreecommitdiff
path: root/editors/e93/files/patch-includes.h
diff options
context:
space:
mode:
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"