X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2FEmacsShell.c;h=db7231029e207498e5595862e8740b4a3188bc18;hp=7eac51a1e4ff94cb9d26b9673c750d37bdfb21a6;hb=8ba3626da629f1b4ecafae24c85f3d0cb3bf8b8e;hpb=33c8db8e2477d62fd8734f65475f2ed516167532 diff --git a/src/EmacsShell.c b/src/EmacsShell.c index 7eac51a..db72310 100644 --- a/src/EmacsShell.c +++ b/src/EmacsShell.c @@ -34,6 +34,8 @@ Boston, MA 02111-1307, USA. */ #include "EmacsShell.h" #include "ExternalShell.h" +#define ABORT abort + #if 0 /* Not currently used */ /* The root_geometry_manager() method in Shell.c is fucked up with regard @@ -156,10 +158,10 @@ EmacsShellUpdateSizeHints (Widget gw) TopLevelEmacsShellUpdateSizeHints (gw); #ifdef EXTERNAL_WIDGET else if (XtIsSubclass (gw, externalShellWidgetClass)) - /* do what ??? Don't abort! */; + /* do what ??? Don't ABORT! */; #endif else if (XtIsSubclass (gw, transientEmacsShellWidgetClass)) TransientEmacsShellUpdateSizeHints (gw); else - abort (); + ABORT (); }