summaryrefslogtreecommitdiff
path: root/src/s/aix4-2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/aix4-2.h')
-rw-r--r--src/s/aix4-2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h
index 4287eea9dc..326d7217ac 100644
--- a/src/s/aix4-2.h
+++ b/src/s/aix4-2.h
@@ -28,7 +28,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* In AIX, you allocate a pty by opening /dev/ptc to get the master side.
To get the name of the slave side, you just ttyname() the master side. */
-#define PTY_ITERATION int c; for (c = 0; !c ; c++)
#define PTY_NAME_SPRINTF strcpy (pty_name, "/dev/ptc");
#define PTY_TTY_NAME_SPRINTF strcpy (pty_name, ttyname (fd));