- 282012705842DD4C1341549F5E82BF092274697D51F5DD6B557E9F0D6E25AB16DEA0A1825C19329CE72A5F85511D25BCF636D015CB6926F381348EF9A372DC8C
+ B0B63FF8B7CCF6A181C6E5AC8941801661AC03F57DDF743B11AFB3F9F53108428CB3C85E5D8876508D4D412A671F49E3518B1D7847A03592516F23B679D61FD3
tinyscheme/scheme.h
(40 . 7)(40 . 6)
296 # define USE_ERROR_HOOK 0
297 # define USE_TRACING 0
298 # define USE_COLON_HOOK 0
299 # define USE_DL 0
300 # define USE_PLIST 0
301 #endif
302
(50 . 11)(49 . 6)
304 */
305 #define USE_SCHEME_STACK
306
307 #if USE_DL
308 # define USE_INTERFACE 1
309 #endif
310
311
312 #ifndef USE_MATH /* If math support is needed */
313 # define USE_MATH 1
314 #endif