X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=src%2Fsysdep.c;h=082897321dcce4e69a90f1391acbce4b2f9bca46;hb=910698ce395ac200b44238477e5278918dcf9782;hp=53f9068266402ecb6abef714ce4f6e7e79e79340;hpb=c8b7da8680572fcfc2840190df11613257d56c1a;p=sxemacs diff --git a/src/sysdep.c b/src/sysdep.c index 53f9068..0828973 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -1371,6 +1371,7 @@ static void tty_init_sys_modes_on_device(struct device *d) input_fd = CONSOLE_TTY_DATA(con)->infd; output_fd = CONSOLE_TTY_DATA(con)->outfd; + SXE_SET_UNUSED(output_fd); emacs_get_tty(input_fd, &CONSOLE_TTY_DATA(con)->old_tty); tty = CONSOLE_TTY_DATA(con)->old_tty; @@ -1725,6 +1726,7 @@ static void tty_reset_sys_modes_on_device(struct device *d) input_fd = CONSOLE_TTY_DATA(con)->infd; output_fd = CONSOLE_TTY_DATA(con)->outfd; + SXE_SET_UNUSED(output_fd); #if defined (IBMR2AIX) && defined (AIXHFT) { @@ -2981,6 +2983,10 @@ get_process_times(double *user_time, double *system_time, double *real_time) #endif #endif +#if defined HAVE_MPZ && (defined WITH_GMP || defined WITH_MP) +# include "ent/ent-gmp.h" +#endif /* MPZ && (GMP || MP) */ + /* Figure out how many bits the system's random number generator uses. `random' and `lrand48' are assumed to return 31 usable bits. BSD `rand' returns a 31 bit value but the low order bits are unusable;