X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Femacs.c;h=9e5322b4d171db081e10342ab7f8046ae6653d36;hb=4faa92777f0b49cc67da8ab24a5d6e66e845f963;hp=90179ea42bf070a5e771a0ee0b5bb7a971863fe7;hpb=333d886418447f61611c90c4811c0e5451b57967;p=chise%2Fxemacs-chise.git- diff --git a/src/emacs.c b/src/emacs.c index 90179ea..9e5322b 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -304,7 +304,7 @@ Lisp_Object Vconfigure_exec_prefix_directory, Vconfigure_prefix_directory; /* If nonzero, set XEmacs to run at this priority. This is also used in child_setup and sys_suspend to make sure subshells run at normal priority. */ -int emacs_priority; +Fixnum emacs_priority; /* Some FSF junk with running_asynch_code, to preserve the match data. Not necessary because we don't call process filters @@ -2645,7 +2645,7 @@ main (int argc, char **argv, char **envp) #endif /* _SCO_DS */ vol_envp = environ; } -#ifdef RUN_TIME_REMAP +#if defined (RUN_TIME_REMAP) && ! defined (PDUMP) else /* obviously no-one uses this because where it was before initialized was *always* true */