Tiny comment updates
This commit is contained in:
parent
f8c1afd5e1
commit
08bb53058a
2 changed files with 2 additions and 2 deletions
|
@ -392,7 +392,7 @@ int interrupt_input;
|
|||
/* Nonzero while interrupts are temporarily deferred during redisplay. */
|
||||
int interrupts_deferred;
|
||||
|
||||
/* Allow m- file to inhibit use of FIONREAD. */
|
||||
/* Allow configure to inhibit use of FIONREAD. */
|
||||
#ifdef BROKEN_FIONREAD
|
||||
#undef FIONREAD
|
||||
#endif
|
||||
|
|
|
@ -41,7 +41,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
|
||||
/* Special cases - inhibiting the use of certain features. */
|
||||
|
||||
/* Allow m- file to inhibit use of FIONREAD. */
|
||||
/* Allow configure to inhibit use of FIONREAD. */
|
||||
#ifdef BROKEN_FIONREAD
|
||||
#undef FIONREAD
|
||||
#undef ASYNC
|
||||
|
|
Loading…
Add table
Reference in a new issue