mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Allow multi-line legacy define-c arg lists
This commit is contained in:
parent
8a0986cb0b
commit
93a548e106
1 changed files with 1 additions and 1 deletions
|
@ -2413,7 +2413,7 @@
|
||||||
(list->string
|
(list->string
|
||||||
(filter
|
(filter
|
||||||
(lambda (c)
|
(lambda (c)
|
||||||
(not (member c '(#\( #\)))))
|
(not (member c '(#\newline #\( #\)))))
|
||||||
(string->list str))))
|
(string->list str))))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue