Generate prim function name

This commit is contained in:
Justin Ethier 2015-02-25 15:46:28 -05:00
parent 9ef6daee83
commit cf96477cea

View file

@ -1065,7 +1065,9 @@
(string-append
"defprimitive("
(mangle p)
", &missing_prim); /* "
", &_"
(mangle p)
"); /* "
(symbol->string p)
" */\n")
fp))