Fix inconsistencies in parsing of #/ style lists.
authorJim Blandy <jimb@red-bean.com>
Tue, 24 Jun 1997 03:30:11 +0000 (03:30 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 24 Jun 1997 03:30:11 +0000 (03:30 +0000)
commitfb6d10650fb224c9b2971ff4699f04b1dc0eec15
tree3db9bab2f05aed92dd0c50bc22d2cdf710d71878
parentf244dee1a1c80002fceec54545e58f7e3ff13178
Fix inconsistencies in parsing of #/ style lists.
* boot-9.scm (read-path-list-notation): New function.
(parse-path-symbol): Deleted.  Replaced by above.
Plug in read-path-list-notation as the parser for #/ lists,
instead of the anonymous lambda form calling parse-path-symbol.
(Thanks to Maurizio Vitale.)
ice-9/boot-9.scm