Hi, Is it possible to use preprocessor declarations in scheme code? If say: (c-declare #<<c-declare-end #define ABC 1000 c-declare-end ) Is there a way to use ABC when passing a value to a c-lambda? -aditya