home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
fileutil
/
spiff.lzh
/
SPIFF
/
README.FNF
< prev
next >
Wrap
Text File
|
1991-08-16
|
746b
|
22 lines
This program was posted to usenet in the comp.sources.unix newsgroup.
I tried a quick port to the Amiga, with only minor changes, and it
seemed to work (using the supplied tests).
Due to the enormous memory allocations made however, the defines
_L_MAXLINES and K_MAXTOKENS were reduced to 2000 and 10000
respectively to avoid the "insufficient free store" message on
a 512K Amiga. The original values were 10000 and 50000 and are
preserved in the line.h.orig and token.h.orig files. Please also
note that the correct Amiga syntax for testing the Sample.3 and
Sample.4 files is:
1> spiff -s "command spiffword" Sample.3 Sample.4
and not:
1> spiff -s 'command spiffword' Sample.3 Sample.4
as suggested in the documentation.
-Fred ><>