home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bsd
/
src
/
tr
/
tr.diffs
next >
Wrap
Text File
|
1993-09-26
|
297b
|
16 lines
diff -rc tr/str.c tr-amiga/str.c
*** tr/str.c Sun Sep 26 18:56:20 1993
--- tr-amiga/str.c Sun Sep 26 12:00:52 1993
***************
*** 337,339 ****
--- 337,344 ----
return (ch);
}
}
+
+ int isblank (int ch)
+ {
+ return (0); /* BSD specific? What is this? */
+ }
Only in tr-amiga: tr