mescc: bugfix: arg as function call.
* module/language/c99/compiler.mes (expr->arg):
This commit is contained in:
parent
61e14e6e24
commit
452b231645
|
@ -221,7 +221,8 @@
|
|||
|
||||
;; f (car (x))
|
||||
((fctn-call . ,call)
|
||||
(let ((info ((ast->info info) o)))
|
||||
(let* ((empty (clone info #:text '()))
|
||||
(info ((ast->info empty) o)))
|
||||
(append (.text info)
|
||||
(list
|
||||
(lambda (f g t d)
|
||||
|
|
Loading…
Reference in a new issue