ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/microscheme/scheme.h
(Generate patch)

Comparing cvsroot/microscheme/scheme.h (file contents):
Revision 1.3 by root, Wed Nov 25 10:30:34 2015 UTC vs.
Revision 1.4 by root, Wed Nov 25 10:47:43 2015 UTC

41# define USE_ERROR_CHECKING 0 41# define USE_ERROR_CHECKING 0
42# define USE_PRINTF 0 42# define USE_PRINTF 0
43#endif 43#endif
44 44
45/* 45/*
46 * Leave it defined if you want continuations, and also for the Sharp Zaurus. 46 * Define: much slower, but somewhat smaller evaluation stack implemention, use more memory
47 * Undefine it if you only care about faster speed and not strict Scheme compatibility. 47 * Undefined: faster, somewhat bigger implementation, uses less memory at runtime
48 */ 48 */
49//#define USE_SCHEME_STACK 49/*#define USE_SCHEME_STACK*/
50
51#if USE_DL
52# define USE_INTERFACE 1
53#endif
54 50
55#ifndef USE_MULTIPLICITY 51#ifndef USE_MULTIPLICITY
56# define USE_MULTIPLICITY 1 52# define USE_MULTIPLICITY 1
57#endif 53#endif
58 54

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines