teco-gcc4.patch 336 B

123456789101112
  1. --- te_subs.c.orig 2007-03-18 19:58:40 +0100
  2. +++ te_subs.c 2007-03-18 19:58:57 +0100
  3. @@ -231,7 +231,7 @@
  4. char c;
  5. {
  6. if (isdigit(c)) return(c - '0' + 1);
  7. - else if isalpha(c) return(mapch_l[c] - 'a' + 11);
  8. + else if (isalpha(c)) return(mapch_l[c] - 'a' + 11);
  9. else if (fors)
  10. {
  11. if (c == '_') return (SERBUF);