(M-01608): Unify U-000205AC.
[chise/xemacs-chise.git-] / src / symeval.h
index 739999b..44a5849 100644 (file)
@@ -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_ */