mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Add note about generating mangled names
This commit is contained in:
parent
2668cc339c
commit
4d2d2d88ae
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@
|
||||||
/**
|
/**
|
||||||
* This variable corresponds to the Scheme function in the generated C file
|
* This variable corresponds to the Scheme function in the generated C file
|
||||||
* that we wish to call into.
|
* that we wish to call into.
|
||||||
|
*
|
||||||
|
* These names are from the compiled C files but can also be
|
||||||
|
* generated using icyc:
|
||||||
|
*
|
||||||
|
* cyclone> (mangle-global 'signal-done)
|
||||||
|
* "__glo_signal_91done"
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
extern object __glo_signal_91done;
|
extern object __glo_signal_91done;
|
||||||
extern object __glo_sum_91numbers;
|
extern object __glo_sum_91numbers;
|
||||||
|
|
Loading…
Add table
Reference in a new issue