changeset 27688:4004c0412483

(SELECTED_FRAME): Use NULL, not 0 to avoid warnings on Alpha.
author Dave Love <fx@gnu.org>
date Sat, 12 Feb 2000 22:16:29 +0000
parents ee4f82952cde
children 538fa4cce7ff
files src/frame.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.h	Sat Feb 12 19:50:59 2000 +0000
+++ b/src/frame.h	Sat Feb 12 22:16:29 2000 +0000
@@ -689,7 +689,7 @@
      ((FRAMEP (selected_frame)				\
        && FRAME_LIVE_P (XFRAME (selected_frame)))	\
       ? XFRAME (selected_frame)				\
-      : (struct frame *) (abort (), 0))
+      : (struct frame *) (abort (), NULL))
 
 
 /***********************************************************************