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

Diff of /stack/stack.h

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

revision 1.2 by masse, Sun Feb 17 04:03:57 2002 UTC revision 1.3 by masse, Thu Mar 7 01:21:07 2002 UTC
# Line 46  typedef struct stackitem_struct Line 46  typedef struct stackitem_struct
46     defined symbols */     defined symbols */
47  typedef struct {  typedef struct {
48    stackitem *gc_ref;    stackitem *gc_ref;
49      stackitem *gc_protect;
50    int gc_limit, gc_count;    int gc_limit, gc_count;
51    
52    stackitem *head;              /* Head of the stack */    stackitem *head;              /* Head of the stack */
# Line 114  extern void to(environment*); Line 115  extern void to(environment*);
115  extern void readline(environment*);  extern void readline(environment*);
116  extern void sx_72656164(environment*);  extern void sx_72656164(environment*);
117  extern void foreach(environment*);  extern void foreach(environment*);
118    void protect(environment*, value*);
119    void unprotect(environment*);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26