Hi, C6 Crunch hackers. A note. In latest versions of Crunch the usage of
(import (chicken memory)) for embedding crunch code in the CHICKEN
module... _is not_ generating #define CRUNCH_IMPORT_CHICKEN_MEMORY in
module's .c file, so inline procs. like pointer-u8-set!
(crunch_pointer_u8_set) turns into external and unavailable in main
program.  So for such cases CSC addition option  -C
"-DCRUNCH_IMPORT_CHICKEN_MEMORY" works. Thanks!

Reply via email to