summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-01-15 02:12:24 +0000
committerJonathan Callen <abcd@gentoo.org>2010-01-15 02:12:24 +0000
commit5228fd81109cdb507c3d831faf610fea7f467ff5 (patch)
tree09cd04f4158068da5a4c7012cdaf1bb15fb61141 /app-editors/teco/files/teco-gcc4.patch
parentAdd prefix keywords (diff)
downloadgentoo-2-5228fd81109cdb507c3d831faf610fea7f467ff5.tar.gz
gentoo-2-5228fd81109cdb507c3d831faf610fea7f467ff5.tar.bz2
gentoo-2-5228fd81109cdb507c3d831faf610fea7f467ff5.zip
Add prefix keywords, patch
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-editors/teco/files/teco-gcc4.patch')
-rw-r--r--app-editors/teco/files/teco-gcc4.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-editors/teco/files/teco-gcc4.patch b/app-editors/teco/files/teco-gcc4.patch
new file mode 100644
index 000000000000..fe4d8d3759b4
--- /dev/null
+++ b/app-editors/teco/files/teco-gcc4.patch
@@ -0,0 +1,11 @@
+--- 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);