build: Remove function declarations from M1.
* module/language/c99/compiler.mes (info->object): Remove function declarations.
This commit is contained in:
parent
893c020ef4
commit
d717355b6c
|
@ -2517,7 +2517,7 @@
|
|||
|
||||
(define* (info->object o)
|
||||
(stderr "compiling: object\n")
|
||||
`((functions . ,(filter (compose function:text cdr) (.functions o)))
|
||||
`((functions . ,(filter (compose pair? function:text cdr) (.functions o)))
|
||||
(globals . ,(.globals o))))
|
||||
|
||||
(define* (c99-input->elf #:key (defines '()) (includes '()))
|
||||
|
|
Loading…
Reference in a new issue