blob: 5e419923eab81b5ca7f8904fd660ab4384b32a9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
the latest version of spin is always
available via:
http://spinroot.com/spin/whatispin.html
to make the sources compile with the mkfile on Plan 9
the following changes were made:
omitted memory.h from spin.h
changed /lib/cpp to /bin/cpp in main.c
simplified non_fatal() in main.c to remove
use of yychar
|