diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1996-10-14 20:29:16 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1996-10-14 20:29:16 +0000 |
commit | 2dfc85c018817322c19faa36457ad23fa98fcc89 (patch) | |
tree | 6423aba5d7f19462ad5491495dd65799ddb0be68 /libguile/print.h | |
parent | 4cdee789b7bd4777243d7e7fb1a32c5e00e1e377 (diff) | |
download | guile-2dfc85c018817322c19faa36457ad23fa98fcc89.tar.gz |
*** empty log message ***
Diffstat (limited to 'libguile/print.h')
-rw-r--r-- | libguile/print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/print.h b/libguile/print.h index 495e37d50..483d31386 100644 --- a/libguile/print.h +++ b/libguile/print.h @@ -67,7 +67,7 @@ extern scm_option scm_print_opts[]; #define SCM_WRITINGP(pstate) ((pstate)->writingp) #define SCM_SET_WRITINGP(pstate, x) { (pstate)->writingp = (x); } -#define SCM_PRINT_STATE_LAYOUT "sruwuwuwuwpwuwuwuwpW" +#define SCM_PRINT_STATE_LAYOUT "sruwuwuwuwpwuwuwurpW" typedef struct scm_print_state { SCM handle; /* Struct handle */ unsigned long writingp; /* Writing? */ |