| version 1.1, Sat May 2 21:29:07 1998 UTC | version 1.2, Sat Aug 29 20:46:13 1998 UTC | ||
|---|---|---|---|
|
|
||
| : check-shadow ( addr count wid -- ) | : check-shadow ( addr count wid -- ) | ||
| \G prints a warning if the string is already present in the wordlist | \G prints a warning if the string is already present in the wordlist | ||
| >r 2dup 2dup r> (search-wordlist) warnings @ and ?dup if | >r 2dup 2dup r> (search-wordlist) warnings @ and ?dup if | ||
| >stderr | |||
| ." redefined " name>string 2dup type | ." redefined " name>string 2dup type | ||
| compare 0<> if | compare 0<> if | ||
| ." with " type | ." with " type |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |