summaryrefslogtreecommitdiff
path: root/app-editors/teco/files/teco-gcc4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/teco/files/teco-gcc4.patch')
-rw-r--r--app-editors/teco/files/teco-gcc4.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-editors/teco/files/teco-gcc4.patch b/app-editors/teco/files/teco-gcc4.patch
deleted file mode 100644
index fe4d8d3759b4..000000000000
--- a/app-editors/teco/files/teco-gcc4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- te_subs.c.orig 2007-03-18 19:58:40 +0100
-+++ te_subs.c 2007-03-18 19:58:57 +0100
-@@ -231,7 +231,7 @@
- char c;
- {
- if (isdigit(c)) return(c - '0' + 1);
-- else if isalpha(c) return(mapch_l[c] - 'a' + 11);
-+ else if (isalpha(c)) return(mapch_l[c] - 'a' + 11);
- else if (fors)
- {
- if (c == '_') return (SERBUF);