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

Comparing microscheme/scheme.h (file contents):
Revision 1.7 by root, Sat Nov 28 05:12:53 2015 UTC vs.
Revision 1.8 by root, Mon Nov 30 06:40:57 2015 UTC

81#ifndef USE_TRACING 81#ifndef USE_TRACING
82# define USE_TRACING 1 82# define USE_TRACING 1
83#endif 83#endif
84 84
85#ifndef USE_PLIST 85#ifndef USE_PLIST
86# define USE_PLIST 0 86# define USE_PLIST 1
87#endif 87#endif
88 88
89/* To force system errors through user-defined error handling (see *error-hook*) */ 89/* To force system errors through user-defined error handling (see *error-hook*) */
90#ifndef USE_ERROR_HOOK 90#ifndef USE_ERROR_HOOK
91# define USE_ERROR_HOOK 1 91# define USE_ERROR_HOOK 1
113 113
114#if !USE_REAL 114#if !USE_REAL
115# undef USE_MATH 115# undef USE_MATH
116# define USE_MATH 0 116# define USE_MATH 0
117#endif 117#endif
118
119/* property lists currently broken to to symbol change*/
120#undef USE_PLIST
121#define USE_PLIST 0
118 122
119#if USE_MULTIPLICITY 123#if USE_MULTIPLICITY
120# define SCHEME_V sc 124# define SCHEME_V sc
121# define SCHEME_P scheme *SCHEME_V 125# define SCHEME_P scheme *SCHEME_V
122# define SCHEME_P_ SCHEME_P, 126# define SCHEME_P_ SCHEME_P,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines