--- stack/stack.c 2003/08/04 11:22:02 1.126 +++ stack/stack.c 2003/08/04 11:57:33 1.127 @@ -191,8 +191,8 @@ printf(" symb: %s", env->gc_ref->item->content.sym->id); break; case tcons: - printf(" tcons: %p\t%p", env->gc_ref->item->content.c->car, - env->gc_ref->item->content.c->cdr); + printf(" tcons: %p\t%p", CAR(env->gc_ref->item), + CDR(env->gc_ref->item)); break; default: printf(" ", (env->gc_ref->item->type)); @@ -823,7 +823,7 @@ } if(myenv.interactive) { - printf("Stack version $Revision: 1.126 $\n\ + printf("Stack version $Revision: 1.127 $\n\ Copyright (C) 2002 Mats Alritzson and Teddy Hogeborn\n\ Stack comes with ABSOLUTELY NO WARRANTY; for details type 'warranty;'.\n\ This is free software, and you are welcome to redistribute it\n\