| |
|
| : link-warn? ( -- ) \ local links only |
: link-warn? ( -- ) \ local links only |
| link $@ ': scan nip ?EXIT |
link $@ ': scan nip ?EXIT |
| link $@ '# $split 2drop r/o open-file nip IF |
link $@ '# $split 2drop dup IF |
| |
r/o open-file nip IF |
| s" Dead Link '" stderr write-file throw |
s" Dead Link '" stderr write-file throw |
| link $@ stderr write-file throw |
link $@ stderr write-file throw |
| s\" ' !!!\n" stderr write-file throw |
s\" ' !!!\n" stderr write-file throw |
| THEN ; |
THEN |
| |
ELSE 2drop THEN ; |
| |
|
| : link-options ( addr u -- addr' u' ) |
: link-options ( addr u -- addr' u' ) |
| do-size off do-icon on do-expand off |
do-size off do-icon on do-expand off |