mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
psyntax: Remove stale analyze-variable case
* module/ice-9/psyntax.scm (analyze-variable): Remove "bare" case, long gone. * module/ice-9/psyntax-pp.scm: Regenerate.
This commit is contained in:
parent
cdf8473b19
commit
5ddb366375
2 changed files with 61 additions and 70 deletions
|
@ -228,7 +228,6 @@
|
|||
(if (equal? mod (module-name (current-module)))
|
||||
(bare-cont mod var)
|
||||
(modref-cont mod var #f)))
|
||||
(('bare . _) (bare-cont var))
|
||||
(('primitive . _)
|
||||
(syntax-violation #f "primitive not in operator position" var))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue