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

Diff of /stack/stack.h

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

revision 1.6 by masse, Sat Mar 9 09:58:31 2002 UTC revision 1.7 by teddy, Sun Mar 10 08:51:31 2002 UTC
# Line 92  extern void toss(environment*); Line 92  extern void toss(environment*);
92  symbol **hash(hashtbl, const char*);  symbol **hash(hashtbl, const char*);
93  value* new_val(environment*);  value* new_val(environment*);
94  void gc_mark(value*);  void gc_mark(value*);
95    void gc_maybe(environment *env);
96  extern void gc_init(environment*);  extern void gc_init(environment*);
97  void push_val(environment*, value*);  void push_val(environment*, value*);
98  void push_int(environment*, int);  void push_int(environment*, int);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26