--- stack/stack.c 2002/02/07 01:01:02 1.44 +++ stack/stack.c 2002/02/07 01:06:44 1.45 @@ -301,7 +301,7 @@ printf("\"%s\"", (char*)stack_head->item->content.ptr); break; case symb: - printf("'%s'", ((symbol *)(stack_head->item->content.ptr))->id); + printf("%s", ((symbol *)(stack_head->item->content.ptr))->id); break; case func: printf("#", (funcp)(stack_head->item->content.ptr));