mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39: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
|
||||
"defprimitive("
|
||||
(mangle p)
|
||||
", &missing_prim); /* "
|
||||
", &_"
|
||||
(mangle p)
|
||||
"); /* "
|
||||
(symbol->string p)
|
||||
" */\n")
|
||||
fp))
|
||||
|
|
Loading…
Add table
Reference in a new issue