1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00

* dispextern.h (bidi_dump_cached_states): Likewise.

This commit is contained in:
Paul Eggert 2011-03-08 00:26:27 -08:00
parent 7d3b386272
commit 5b555da1c9
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@
does not deduce are never used uninitialized.
* window.h (check_all_windows): New decl, to forestall
gcc -Wmissing-prototypes diagnostic.
* dispextern.h (bidi_dump_cached_states): Likewise.
* charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
shadowing.

View file

@ -2944,6 +2944,7 @@ enum tool_bar_item_image
extern void bidi_init_it (EMACS_INT, EMACS_INT, struct bidi_it *);
extern void bidi_move_to_visually_next (struct bidi_it *);
extern void bidi_dump_cached_states (void);
extern void bidi_paragraph_init (bidi_dir_t, struct bidi_it *, int);
extern int bidi_mirror_char (int);