mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
9 lines
255 B
C
9 lines
255 B
C
/* config.h -- general configuration */
|
|
/* Copyright (c) 2009 Alex Shinn. All rights reserved. */
|
|
/* BSD-style license: http://synthcode.com/license.txt */
|
|
|
|
#define USE_BOEHM 1
|
|
#define USE_HUFF_SYMS 1
|
|
#define USE_DEBUG 1
|
|
#define USE_STRING_STREAMS 1
|
|
|