# HG changeset patch # User Dan Nicolaescu # Date 1269226616 25200 # Node ID 516c88088bafe720475ff551e3215d3aee553f28 # Parent 93542fb23f34bf3c86bc7add433f2d86ea4e0ccb * keyboard.c (Fset_input_interrupt_mode): Remove code depending on NO_SOCK_SIGIO, not used anymore. diff -r 93542fb23f34 -r 516c88088baf admin/CPP-DEFINES --- a/admin/CPP-DEFINES Sun Mar 21 12:59:04 2010 -0700 +++ b/admin/CPP-DEFINES Sun Mar 21 19:56:56 2010 -0700 @@ -75,9 +75,6 @@ VIRT_ADDR_VARIES WORDS_BIG_ENDIAN -** Not used anymore by any port, can be cleaned up -NO_SOCK_SIGIO - ** Misc macros USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default. diff -r 93542fb23f34 -r 516c88088baf src/ChangeLog --- a/src/ChangeLog Sun Mar 21 12:59:04 2010 -0700 +++ b/src/ChangeLog Sun Mar 21 19:56:56 2010 -0700 @@ -1,3 +1,8 @@ +2010-03-22 Dan Nicolaescu + + * keyboard.c (Fset_input_interrupt_mode): Remove code depending on + NO_SOCK_SIGIO, not used anymore. + 2010-03-21 Dan Nicolaescu * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only diff -r 93542fb23f34 -r 516c88088baf src/keyboard.c --- a/src/keyboard.c Sun Mar 21 12:59:04 2010 -0700 +++ b/src/keyboard.c Sun Mar 21 19:56:56 2010 -0700 @@ -11304,11 +11304,7 @@ { /* When using X, don't give the user a real choice, because we haven't implemented the mechanisms to support it. */ -#ifdef NO_SOCK_SIGIO - new_interrupt_input = 0; -#else /* not NO_SOCK_SIGIO */ new_interrupt_input = 1; -#endif /* NO_SOCK_SIGIO */ } else #endif /* HAVE_X_WINDOWS */