mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(SELECTED_FRAME): Change definition to compile cleanly
on 64-bit systems where NULL is defined as `0'.
This commit is contained in:
parent
4f1390acaa
commit
e1ef1fb2e2
@ -685,7 +685,7 @@ extern Lisp_Object selected_frame;
|
||||
((FRAMEP (selected_frame) \
|
||||
&& FRAME_LIVE_P (XFRAME (selected_frame))) \
|
||||
? XFRAME (selected_frame) \
|
||||
: (struct frame *) (abort (), NULL))
|
||||
: (abort (), (struct frame *) 0))
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user