Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e4814a9f
Commit
e4814a9f
authored
May 01, 2010
by
Dan Nicolaescu
Browse files
* sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code, unused.
parent
d21133bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
11 deletions
+4
-11
src/ChangeLog
src/ChangeLog
+4
-0
src/sysdep.c
src/sysdep.c
+0
-11
No files found.
src/ChangeLog
View file @
e4814a9f
2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
* sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code, unused.
2010-05-01 Eli Zaretskii <eliz@gnu.org>
Emulate POSIX_SIGNALS on MS-Windows.
...
...
src/sysdep.c
View file @
e4814a9f
...
...
@@ -546,11 +546,6 @@ child_setup_tty (out)
#endif /* not SIGNALS_VIA_CHARACTERS */
#ifdef AIX
/* AIX enhanced edit loses NULs, so disable it */
#ifndef IBMR2AIX
s
.
main
.
c_line
=
0
;
s
.
main
.
c_iflag
&=
~
ASCEDIT
;
#endif
/* Also, PTY overloads NUL and BREAK.
don't ignore break, but don't signal either, so it looks like NUL. */
s.main.c_iflag &= ~IGNBRK;
...
...
@@ -1258,16 +1253,10 @@ init_sys_modes (tty_out)
#endif /* mips or HAVE_TCATTR */
#ifdef AIX
#ifndef IBMR2AIX
/* AIX enhanced edit loses NULs, so disable it. */
tty
.
main
.
c_line
=
0
;
tty
.
main
.
c_iflag
&=
~
ASCEDIT
;
#else
tty.main.c_cc[VSTRT] = CDISABLE;
tty.main.c_cc[VSTOP] = CDISABLE;
tty.main.c_cc[VSUSP] = CDISABLE;
tty.main.c_cc[VDSUSP] = CDISABLE;
#endif
/* IBMR2AIX */
if (tty_out->flow_control)
{
#ifdef VSTART
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment