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.8 by root, Mon Nov 30 06:40:57 2015 UTC vs.
Revision 1.9 by root, Mon Nov 30 13:07:34 2015 UTC

40# define USE_DL 0 40# define USE_DL 0
41# define USE_PLIST 0 41# define USE_PLIST 0
42# define USE_REAL 0 42# define USE_REAL 0
43# define USE_ERROR_CHECKING 0 43# define USE_ERROR_CHECKING 0
44# define USE_PRINTF 0 44# define USE_PRINTF 0
45# define USE_INTCACHE 0
45#endif 46#endif
46 47
47/* 48/*
48 * Define: much slower, but somewhat smaller evaluation stack implemention, use more memory 49 * Define: much slower, but somewhat smaller evaluation stack implemention, use more memory
49 * Undefined: faster, somewhat bigger implementation, uses less memory at runtime 50 * Undefined: faster, somewhat bigger implementation, uses less memory at runtime
103# define USE_PRINTF 1 104# define USE_PRINTF 1
104#endif 105#endif
105 106
106#ifndef USE_IGNORECASE 107#ifndef USE_IGNORECASE
107# define USE_IGNORECASE 1 108# define USE_IGNORECASE 1
109#endif
110
111#ifndef USE_INTCACHE
112# define USE_INTCACHE 1
108#endif 113#endif
109 114
110#ifndef SHOW_ERROR_LINE /* Show error line in file */ 115#ifndef SHOW_ERROR_LINE /* Show error line in file */
111# define SHOW_ERROR_LINE 1 116# define SHOW_ERROR_LINE 1
112#endif 117#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines