gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gforth] `name-too-long?` in `input-stream-header`


From: Marcos Cruz
Subject: [gforth] `name-too-long?` in `input-stream-header`
Date: Sat, 14 Nov 2015 15:50:42 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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?

-- 
Marcos Cruz
http://programandala.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]