CVSROOT: /cvs/guile Module name: guile Changes by: mdj@sourceware.cygnus.com 00/06/12 14:25:42 Modified files: guile-core/libguile: ports.c Log message: * ports.c (scm_ungetc): Cast value to unsigned char ptr before storing in putback_buf. (scm_unread_string): Substituted SCM_ROCHARS for SCM_ROUCHARS.