home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bsd / src / tr / tr.diffs next >
Text File  |  1993-09-26  |  297b  |  16 lines

  1. diff -rc tr/str.c tr-amiga/str.c
  2. *** tr/str.c    Sun Sep 26 18:56:20 1993
  3. --- tr-amiga/str.c    Sun Sep 26 12:00:52 1993
  4. ***************
  5. *** 337,339 ****
  6. --- 337,344 ----
  7.               return (ch);
  8.       }
  9.   }
  10. + int isblank (int ch)
  11. + {
  12. +     return (0);    /* BSD specific?  What is this? */
  13. + }
  14. Only in tr-amiga: tr
  15.