X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsymeval.h;h=44a58495fd83d1b16c6b76384d358095ddd45527;hb=d948206281fbe6ec4e5828e2b18722758bf600a6;hp=739999b5a6563ef14dba940e7e6cc0cc3d63ce7c;hpb=d8bd7eee3147c839d3c74d1823c139cd54867a75;p=chise%2Fxemacs-chise.git- diff --git a/src/symeval.h b/src/symeval.h index 739999b..44a5849 100644 --- a/src/symeval.h +++ b/src/symeval.h @@ -345,7 +345,7 @@ void defvar_magic (const char *symbol_name, const struct symbol_value_forward *m #define DEFVAR_SYMVAL_FWD_INT(lname, c_location, forward_type, magicfun) do{ \ DEFVAR_SYMVAL_FWD (lname, c_location, forward_type, magicfun); \ - dumpopaque (c_location, sizeof(int)); \ + dump_add_opaque (c_location, sizeof(int)); \ } while (0) #define DEFVAR_SYMVAL_FWD_OBJECT(lname, c_location, forward_type, magicfun) do{ \ @@ -375,4 +375,6 @@ void defvar_magic (const char *symbol_name, const struct symbol_value_forward *m #define DEFVAR_BOOL_MAGIC(lname, c_location, magicfun) \ DEFVAR_SYMVAL_FWD_INT (lname, c_location, SYMVAL_BOOLEAN_FORWARD, magicfun) +void flush_all_buffer_local_cache (void); + #endif /* INCLUDED_symeval_h_ */