Changeset 345 for trunk/thune/boot.c
- Timestamp:
- 01/08/07 18:06:20 (2 years ago)
- Files:
-
- 1 modified
-
trunk/thune/boot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/boot.c
r341 r345 168 168 "] proc :split-path ; (fullpath -- path file)\n" 169 169 "[\n" 170 " dup last '/' eq? iff (dup '/' append drop)\n" 170 " dup last dup '/' if/eq (drop return)\n" 171 " '\\' if/eq return\n" 172 " '/' append head\n" 171 173 "] proc :dirize ; (path -- path)\n" 172 174 "[0 swap add] proc :to-dec\n"
