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

Comparing cvsroot/microscheme/scheme-private.h (file contents):
Revision 1.13 by root, Wed Dec 2 07:43:46 2015 UTC vs.
Revision 1.14 by root, Wed Dec 2 07:59:15 2015 UTC

115#endif 115#endif
116#ifndef CELL_NSEGMENT_LOG 116#ifndef CELL_NSEGMENT_LOG
117# define CELL_NSEGMENT_LOG 4 117# define CELL_NSEGMENT_LOG 4
118#endif 118#endif
119#define CELL_NSEGMENT (1 << CELL_NSEGMENT_LOG) /* # of segments for cells */ 119#define CELL_NSEGMENT (1 << CELL_NSEGMENT_LOG) /* # of segments for cells */
120 char *alloc_seg[CELL_NSEGMENT];
121 struct cell *cell_seg[CELL_NSEGMENT]; 120 struct cell *cell_seg[CELL_NSEGMENT];
122 int cell_segsize[CELL_NSEGMENT]; 121 int cell_segsize[CELL_NSEGMENT];
123 int last_cell_seg; 122 int last_cell_seg;
124 123
125 int interactive_repl; /* are we in an interactive REPL? */ 124 int interactive_repl; /* are we in an interactive REPL? */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines