Parent Directory
|
Revision Log
|
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 |
|
||||||||
| root@recompile.se | ViewVC Help |
| Powered by ViewVC 1.1.26 |