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

Diff of /stack/stack.c

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

revision 1.44 by masse, Thu Feb 7 01:01:02 2002 UTC revision 1.45 by teddy, Thu Feb 7 01:06:44 2002 UTC
# Line 301  void print_h(stackitem *stack_head) Line 301  void print_h(stackitem *stack_head)
301      printf("\"%s\"", (char*)stack_head->item->content.ptr);      printf("\"%s\"", (char*)stack_head->item->content.ptr);
302      break;      break;
303    case symb:    case symb:
304      printf("'%s'", ((symbol *)(stack_head->item->content.ptr))->id);      printf("%s", ((symbol *)(stack_head->item->content.ptr))->id);
305      break;      break;
306    case func:    case func:
307      printf("#<function %p>", (funcp)(stack_head->item->content.ptr));      printf("#<function %p>", (funcp)(stack_head->item->content.ptr));

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26