emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100110: Clean up IRIX code.


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100110: Clean up IRIX code.
Date: Sat, 01 May 2010 13:23:29 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100110
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Sat 2010-05-01 13:23:29 -0700
message:
  Clean up IRIX code.
  * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
  * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
modified:
  src/ChangeLog
  src/m/iris4d.h
  src/s/irix6-5.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-05-01 20:19:41 +0000
+++ b/src/ChangeLog     2010-05-01 20:23:29 +0000
@@ -1,5 +1,9 @@
 2010-05-01  Dan Nicolaescu  <address@hidden>
 
+       Clean up IRIX code.
+       * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
+       * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
+
        Clean up AIX code.
        * m/ibmrs6000.inp: Remove file, unused.
        * m/ibmrs6000.h (IBMR2AIX): Remove, unused.

=== modified file 'src/m/iris4d.h'
--- a/src/m/iris4d.h    2010-04-25 22:16:58 +0000
+++ b/src/m/iris4d.h    2010-05-01 20:23:29 +0000
@@ -42,15 +42,6 @@
 #define DATA_START 0x10000000
 #define DATA_SEG_BITS  0x10000000
 
-/* Use terminfo instead of termcap.  */
-
-#define TERMINFO
-
-/* Letter to use in finding device name of first pty,
-  if system supports pty's.  'a' means it is /dev/ptya0  */
-
-#undef FIRST_PTY_LETTER
-#define FIRST_PTY_LETTER 'q'
 
 #if _MIPS_SZLONG != 64
 /* fixme: should there be 64-bit definitions?  (The ones below aren't OK.)  */

=== modified file 'src/s/irix6-5.h'
--- a/src/s/irix6-5.h   2010-04-07 06:01:30 +0000
+++ b/src/s/irix6-5.h   2010-05-01 20:23:29 +0000
@@ -44,6 +44,16 @@
 /* Make process_send_signal work by "typing" a signal character on the pty.  */
 #define SIGNALS_VIA_CHARACTERS
 
+/* Use terminfo instead of termcap.  */
+
+#define TERMINFO
+
+/* Letter to use in finding device name of first pty,
+  if system supports pty's.  'a' means it is /dev/ptya0  */
+
+#undef FIRST_PTY_LETTER
+#define FIRST_PTY_LETTER 'q'
+
 /* No need to use sprintf to get the tty name--we get that from _getpty.  */
 #define PTY_TTY_NAME_SPRINTF
 /* No need to get the pty name at all.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]