From 9882ea199196202be10bcf4bfbfea3669efae421 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sun, 22 Sep 1996 22:41:40 +0000 Subject: * arbiters.c (prinarb), async.c (print_async), debug.c (prindebugobj, prinmemoized), eval.c (prinprom, prinmacro), filesys.c (scm_fd_print, scm_dir_print), kw.c (print_kw), mallocs.c (prinmalloc), numbers.c, numbers.h (scm_floprint, scm_bigprint), smob.h (scm_smobfuns), srcprop.c (prinsrcprops), throw.c (prinjb), unif.c, unif.h (scm_raprin1, rapr1), variable.c (prin_var): Changed argument `int writing' to `scm_print_state *pstate'. --- libguile/mallocs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libguile/mallocs.c') diff --git a/libguile/mallocs.c b/libguile/mallocs.c index e4184d52c..fa4fd77c9 100644 --- a/libguile/mallocs.c +++ b/libguile/mallocs.c @@ -53,13 +53,13 @@ fmalloc(ptr) #ifdef __STDC__ static int -prinmalloc (SCM exp, SCM port, int writing) +prinmalloc (SCM exp, SCM port, scm_print_state *pstate) #else static int -prinmalloc (exp, port, writing) +prinmalloc (exp, port, pstate) SCM exp; SCM port; - int writing; + scm_print_state *pstate; #endif { scm_gen_puts(scm_regular_string, "#