projects
/
mes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
893c020
)
build: Remove function declarations from M1.
author
Jan Nieuwenhuizen
<janneke@gnu.org>
Sun, 27 May 2018 05:12:33 +0000
(07:12 +0200)
committer
Jan Nieuwenhuizen
<janneke@gnu.org>
Sun, 27 May 2018 05:12:33 +0000
(07:12 +0200)
* module/language/c99/compiler.mes (info->object): Remove function
declarations.
module/language/c99/compiler.mes
patch
|
blob
|
history
diff --git
a/module/language/c99/compiler.mes
b/module/language/c99/compiler.mes
index 26d37eb6bbc2da3d797dc33b9955b9e9d7835a3e..7af6c89fc90613878b1d63be3c4f1dbf8827b275 100644
(file)
--- a/
module/language/c99/compiler.mes
+++ b/
module/language/c99/compiler.mes
@@
-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 '()))