mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
* Fix comment typo.
This commit is contained in:
parent
11923b5d40
commit
de513fa003
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ scm_ilookup (SCM iloc, SCM env)
|
|||
reconsider the complete special form.
|
||||
|
||||
SCM_LOOKUPCAR is still there, of course. It just calls
|
||||
SCM_LOOKUPCAR1 and aborts on recieving NULL. So SCM_LOOKUPCAR
|
||||
SCM_LOOKUPCAR1 and aborts on receiving NULL. So SCM_LOOKUPCAR
|
||||
should only be called when it is known that VLOC is not the first
|
||||
pair of a special form. Otherwise, use SCM_LOOKUPCAR1 and check
|
||||
for NULL. I think I've found the only places where this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue