--- gforth/extend.fs 2000/10/29 20:27:02 1.46 +++ gforth/extend.fs 2002/12/04 10:42:58 1.47 @@ -73,11 +73,6 @@ decimal \ C" 17may93jaw -: (c") "lit ; - -: CLiteral - postpone (c") here over char+ allot place align ; immediate restrict - : C" ( compilation "ccc" -- ; run-time -- c-addr ) \ core-ext c-quote \G Compilation: parse a string @i{ccc} delimited by a @code{"} \G (double quote). At run-time, return @i{c-addr} which