mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 22:17:33 +02:00
Extend case for udf's
This commit is contained in:
parent
aaddb3c403
commit
c6aa29d7ab
1 changed files with 3 additions and 1 deletions
|
@ -992,7 +992,9 @@
|
|||
(let ()
|
||||
;; Add a comma if necessary
|
||||
(if (or (str-ending? (c:body c-fun) "(")
|
||||
(prim:cont/no-args? fun))
|
||||
(prim:cont/no-args? fun)
|
||||
(and (prim:udf? fun)
|
||||
(zero? num-args)))
|
||||
c-fun
|
||||
(c:append c-fun (c-code ", "))))
|
||||
c-args*)
|
||||
|
|
Loading…
Add table
Reference in a new issue