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