--- gforth/extend.fs 1997/03/27 13:31:01 1.23 +++ gforth/extend.fs 1997/06/23 16:57:02 1.26 @@ -73,18 +73,10 @@ decimal : C" ( compilation "..." -- ; run-time -- c-addr ) \ core-ext c-quote [char] " parse postpone CLiteral ; immediate restrict -\ UNUSED 17may93jaw - -: dictionary-end ( -- addr ) - forthstart dup 3 cells + @ + ; - -: unused ( -- u ) \ core-ext - dictionary-end here - ; - \ [COMPILE] 17may93jaw : [compile] ( compilation "name" -- ; run-time ? -- ? ) \ core-ext bracket-compile - ' compile, ; immediate + comp' drop compile, ; immediate \ MARKER 17may93jaw @@ -94,8 +86,8 @@ decimal \ CONVERT 17may93jaw : convert ( ud1 c-addr1 -- ud2 c-addr2 ) \ core-ext - \ obsolescent; superseded by @code{>number}. - true >number drop ; + \G obsolescent; superseded by @code{>number}. + char+ true >number drop ; \ ERASE 17may93jaw