1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-06 01:30:22 +02:00

module/language/lua/parser.scm: Rename #:dots to #:varargs

This commit is contained in:
Phil 2011-04-22 01:11:38 -05:00 committed by Ian Price
parent becaec9a4e
commit faa16f9989
6 changed files with 15 additions and 15 deletions

View file

@ -282,7 +282,7 @@ of an identifier"
(begin
(read-char)
(if (eqv? (peek-char) #\.)
(begin (read-char) #:dots)
(begin (read-char) #:varargs)
#:concat))
#\.)))