]> code.delx.au - gnu-emacs/commitdiff
Clean up IRIX code.
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 1 May 2010 20:23:29 +0000 (13:23 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 1 May 2010 20:23:29 +0000 (13:23 -0700)
* m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
* s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.

src/ChangeLog
src/m/iris4d.h
src/s/irix6-5.h

index 5794311868da63be0d7c38346846c23f04733e05..f4fcb22b29978c1f3b0cdac4a9dd4297c4e406f0 100644 (file)
@@ -1,5 +1,9 @@
 2010-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       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.
index a5532fcf715c2d39b58fb4d1b0271a6e88e676a0..54ebcdf74bd6276d49e855fddfd833d6573622e3 100644 (file)
@@ -42,15 +42,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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'
 \f
 #if _MIPS_SZLONG != 64
 /* fixme: should there be 64-bit definitions?  (The ones below aren't OK.)  */
index 0a0b0d4af2669a85fdadb04f90deecce2900ece1..06252da6e804128515d240c5f8811a42b29dd5e2 100644 (file)
@@ -44,6 +44,16 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* 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.  */