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

Diff of /stack/stack.h

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

revision 1.15 by teddy, Sat Mar 16 19:09:54 2002 UTC revision 1.16 by teddy, Sun Mar 17 11:26:35 2002 UTC
# Line 68  typedef struct stackitem_struct Line 68  typedef struct stackitem_struct
68  typedef struct cons_struct {    /* A pair of two values */  typedef struct cons_struct {    /* A pair of two values */
69    value *car;    value *car;
70    value *cdr;    value *cdr;
71  } cons;  } pair;
72    
73  /* A symbol with a name and possible value */  /* A symbol with a name and possible value */
74  /* (These do not need reference counters, they are kept unique by  /* (These do not need reference counters, they are kept unique by

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26