(U+6215): Apply new conventions for glyph granularity.
[chise/xemacs-chise.git.1] / src / EmacsFrame.c
index e73f743..fbb6800 100644 (file)
@@ -642,7 +642,7 @@ EmacsFrameRecomputeCellSize (Widget w)
   struct frame *f = ew->emacs_frame.frame;
 
   if (! XtIsSubclass (w, emacsFrameClass))
-    abort ();
+    ABORT ();
 
   default_face_height_and_width (make_frame (f), &ch, &cw);
   if (FRAME_X_TOP_LEVEL_FRAME_P (f))