Avoid needless casts with XSAVE_POINTER.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Jan 2013 17:46:14 +0000 (09:46 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Jan 2013 17:46:14 +0000 (09:46 -0800)
commitc50cf2eac4b18e38bef5b6e58827cc2bce1e98f4
tree56685b68573608bf284b55d0996cc471fda34366
parent57dd9e68862eeb452388b07c855a8112c3a7b22f
Avoid needless casts with XSAVE_POINTER.

* alloc.c (mark_object) [GC_MARK_STACK]:
* dired.c (directory_files_internal_unwind):
* fileio.c (do_auto_save_unwind):
* gtkutil.c (pop_down_dialog):
* keymap.c (map_keymap_char_table_item):
* lread.c (load_unwind):
* nsmenu.m (pop_down_menu):
* print.c (print_object) [GC_MARK_STACK]:
* xfns.c (clean_up_file_dialog):
* xmenu.c (cleanup_widget_value_tree):
Omit casts between XSAVE_POINTER and a pointer type.
src/ChangeLog
src/alloc.c
src/dired.c
src/fileio.c
src/gtkutil.c
src/keymap.c
src/lread.c
src/nsmenu.m
src/print.c
src/xfns.c
src/xmenu.c