mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 13:40:36 -08:00
* frame.h (FRAME_SAMPLE_VISIBILITY): Remove unused 0 in comma expression.
This commit is contained in:
parent
18bf657d18
commit
bc319ba448
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* frame.h (FRAME_SAMPLE_VISIBILITY): Remove unused 0 in comma expression.
|
||||
|
||||
2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
Reduce cpp use in Makefile.in.
|
||||
|
|
|
|||
|
|
@ -793,7 +793,7 @@ typedef struct frame *FRAME_PTR;
|
|||
|
||||
#define FRAME_SAMPLE_VISIBILITY(f) \
|
||||
(((f)->async_visible && (f)->visible != (f)->async_visible) ? \
|
||||
SET_FRAME_GARBAGED (f) : 0, \
|
||||
SET_FRAME_GARBAGED (f) : \
|
||||
(f)->visible = (f)->async_visible, \
|
||||
(f)->iconified = (f)->async_iconified)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue