diff options
Diffstat (limited to 'libguile/print.h')
-rw-r--r-- | libguile/print.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/print.h b/libguile/print.h index cca9897c1..f15d3303c 100644 --- a/libguile/print.h +++ b/libguile/print.h @@ -100,7 +100,8 @@ typedef struct scm_print_state { extern SCM scm_print_state_vtable; -extern SCM scm_tc16_port_with_ps; +// ? scm or long? print.h and print.c disagree +extern long scm_tc16_port_with_ps; extern SCM scm_print_options (SCM setting); SCM scm_make_print_state (void); |