* objects.c (scm_init_objects), print.c (scm_init_print), struct.c
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 27 Aug 2000 03:20:55 +0000 (03:20 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 27 Aug 2000 03:20:55 +0000 (03:20 +0000)
commit3ce4544cfa84d6fd9c025ad2afeab6af22c25680
tree23818c8bd77ef5e88e4110b1305c56ef78d3738c
parent06f0414c85308b4f6bd1cd6f95166cbdb2eb4017
* objects.c (scm_init_objects), print.c (scm_init_print), struct.c
(scm_init_struct): First arg to scm_make_vtable_vtable should be a
string, not a symbol.  (`make-vtable-vtable' needs to append this
string to another string and then pass it through
`make-struct-layout'.)
libguile/objects.c
libguile/print.c