mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* gscm.h (gscm_print_obj): scm_iprin1 --> scm_prin1
This commit is contained in:
parent
a51ea417ba
commit
439791ec7b
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@
|
|||
/* {I/O}
|
||||
*/
|
||||
|
||||
#define gscm_print_obj scm_iprin1
|
||||
#define gscm_print_obj scm_prin1
|
||||
#define gscm_putc scm_putc
|
||||
#define gscm_puts scm_puts
|
||||
#define gscm_fwrite scm_fwrite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue