+2000-02-12 Dave Love <fx@gnu.org>
+
+ * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on
+ Alpha.
+
2000-02-12 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively.
((FRAMEP (selected_frame) \
&& FRAME_LIVE_P (XFRAME (selected_frame))) \
? XFRAME (selected_frame) \
- : (struct frame *) (abort (), 0))
+ : (struct frame *) (abort (), NULL))
\f
/***********************************************************************