Changeset 174 for trunk/thune/boot.c
- Timestamp:
- 06/08/06 03:53:09 (3 years ago)
- Files:
-
- 1 modified
-
trunk/thune/boot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/boot.c
r173 r174 46 46 "[\n" 47 47 " read\n" 48 " dup first '#' eq?ift (eol find)\n"48 " dup \"#!\" match ift (eol find)\n" 49 49 " to-block urlan-ops infuse\n" 50 50 "] proc :load ;(filename -- block)\n"
