mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +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
|
||||
(filter
|
||||
(lambda (c)
|
||||
(not (member c '(#\( #\)))))
|
||||
(not (member c '(#\newline #\( #\)))))
|
||||
(string->list str))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
Loading…
Add table
Reference in a new issue