diff options
Diffstat (limited to 'libguile/struct.h')
-rw-r--r-- | libguile/struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/struct.h b/libguile/struct.h index 32af8ab5a..58228daa1 100644 --- a/libguile/struct.h +++ b/libguile/struct.h @@ -55,7 +55,7 @@ /* All vtables have the following fields. */ #define SCM_VTABLE_BASE_LAYOUT \ - "pr" /* layout */ \ + "pw" /* layout */ \ "uh" /* flags */ \ "uh" /* finalizer */ \ "pw" /* printer */ \ |