/[guile]/guile/guile-core/libguile/print.c
ViewVC logotype

Diff of /guile/guile-core/libguile/print.c

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

revision 1.155 by dirk, Sat Oct 11 00:57:25 2003 UTC revision 1.156 by mvo, Tue Nov 18 19:59:50 2003 UTC
# Line 529  scm_iprin1 (SCM exp, SCM port, scm_print Line 529  scm_iprin1 (SCM exp, SCM port, scm_print
529            case scm_tc16_complex:            case scm_tc16_complex:
530              scm_print_complex (exp, port, pstate);              scm_print_complex (exp, port, pstate);
531              break;              break;
532              case scm_tc16_fraction:
533                scm_i_print_fraction (exp, port, pstate);
534                break;
535            }            }
536            break;            break;
537          case scm_tc7_string:          case scm_tc7_string:

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.156

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26