mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-22 07:09:17 +02:00
Generate prim function name
This commit is contained in:
parent
9ef6daee83
commit
cf96477cea
1 changed files with 3 additions and 1 deletions
4
cgen.scm
4
cgen.scm
|
@ -1065,7 +1065,9 @@
|
||||||
(string-append
|
(string-append
|
||||||
"defprimitive("
|
"defprimitive("
|
||||||
(mangle p)
|
(mangle p)
|
||||||
", &missing_prim); /* "
|
", &_"
|
||||||
|
(mangle p)
|
||||||
|
"); /* "
|
||||||
(symbol->string p)
|
(symbol->string p)
|
||||||
" */\n")
|
" */\n")
|
||||||
fp))
|
fp))
|
||||||
|
|
Loading…
Add table
Reference in a new issue