On Sat, Nov 14, 2015 at 03:50:42PM +0100, Marcos Cruz wrote: > I just realized (Gforth 0.7.3) that `name-too-long?` is called in > `input-stream-header`, while it's also the first word called in > `header,`: > > : input-stream-header ( "name" -- ) > parse-name name-too-short? header, ; > > They are defined in <kernel/comp.fs>. > > Is it an oversight?
Not on our part:-). Note the difference between LONG and SHORT. - anton