X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fconsole.h;h=c0d1ddc221b9aeec9483cc5b8b51df99b74817c1;hb=af38928b3ca88709a473780697477466c6ab7c5d;hp=dd23cf7b8aae31a7c84bad356d886632182b6dd0;hpb=d8bd7eee3147c839d3c74d1823c139cd54867a75;p=chise%2Fxemacs-chise.git diff --git a/src/console.h b/src/console.h index dd23cf7..c0d1ddc 100644 --- a/src/console.h +++ b/src/console.h @@ -389,7 +389,7 @@ struct console_methods * type##_console_methods add_entry_to_console_type_list (Q##type, type##_console_methods); \ type##_console_methods->image_conversion_list = Qnil; \ staticpro_nodump (&type##_console_methods->image_conversion_list); \ - dumpstruct (&type##_console_methods, &console_methods_description); \ + dump_add_root_struct_ptr (&type##_console_methods, &console_methods_description); \ } while (0) #define REINITIALIZE_CONSOLE_TYPE(type) do { \