/[cvs]/stack/stack.h
ViewVC logotype

Diff of /stack/stack.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by masse, Sun Mar 10 09:13:36 2002 UTC revision 1.9 by teddy, Sun Mar 10 10:06:36 2002 UTC
# Line 35  typedef struct { Line 35  typedef struct {
35      list      list
36    } type:4;                     /* Type of stack element */    } type:4;                     /* Type of stack element */
37    
38    int gc_garb:1;    union {
39    int gc_protect:1;      struct {
40          unsigned int mark:1;
41          unsigned int protect:1;
42        } flag;
43        unsigned int no_gc:2;
44      } gc;
45    
46    union {    union {
47      void *ptr;                  /* Pointer to the content */      void *ptr;                  /* Pointer to the content */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26