mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
Remove eval-when
* module/ice-9/peg.scm: remove the eval-when statement
This commit is contained in:
parent
44bd21ae7b
commit
74393a53cf
1 changed files with 0 additions and 5 deletions
|
@ -53,8 +53,6 @@ execute the STMTs and try again."
|
|||
(or test
|
||||
(begin stmt stmt* ... (lp)))))))
|
||||
|
||||
(eval-when (compile load eval)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;; FOR DEFINING AND USING NONTERMINALS
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
@ -96,6 +94,3 @@ execute the STMTs and try again."
|
|||
(make-prec
|
||||
at end string
|
||||
(string-collapse match))))))))))))
|
||||
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue