--- stack/stack.h 2002/03/16 19:09:54 1.15 +++ stack/stack.h 2002/03/17 11:26:35 1.16 @@ -68,7 +68,7 @@ typedef struct cons_struct { /* A pair of two values */ value *car; value *cdr; -} cons; +} pair; /* A symbol with a name and possible value */ /* (These do not need reference counters, they are kept unique by