comparison src/m/symmetry.h @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 23a1cea22d13
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 /* machine description file for SEQUENT SYMMETRY machines 1 /* machine description file for SEQUENT SYMMETRY machines
2 Copyright (C) 1985, 1986, 2002 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1986, 2002, 2003, 2004,
3 2005 Free Software Foundation, Inc.
3 4
4 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
5 6
6 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details. 15 GNU General Public License for more details.
15 16
16 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 18 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02110-1301, USA. */
20 21
21 /* CHANGE: [Eric H. Herrin II; eric@ms.uky.edu - 15 Sept 1988] 22 /* CHANGE: [Eric H. Herrin II; eric@ms.uky.edu - 15 Sept 1988]
22 * Modified the sequent.h file for the Sequent Symmetry machine. 23 * Modified the sequent.h file for the Sequent Symmetry machine.
23 * Biggest change was to align the sections in the a.out to 4K 24 * Biggest change was to align the sections in the a.out to 4K
24 * boundaries (this is the page size). 25 * boundaries (this is the page size).
87 for (mi = 0; mi < sizeof(PTY_MINOR) - 1; mi++) 88 for (mi = 0; mi < sizeof(PTY_MINOR) - 1; mi++)
88 #define PTY_NAME_SPRINTF \ 89 #define PTY_NAME_SPRINTF \
89 sprintf (pty_name, "/dev/pty%c%c", PTY_MAJOR[ma], PTY_MINOR[mi]); 90 sprintf (pty_name, "/dev/pty%c%c", PTY_MAJOR[ma], PTY_MINOR[mi]);
90 #define PTY_TTY_NAME_SPRINTF \ 91 #define PTY_TTY_NAME_SPRINTF \
91 sprintf (pty_name, "/dev/tty%c%c", PTY_MAJOR[ma], PTY_MINOR[mi]); 92 sprintf (pty_name, "/dev/tty%c%c", PTY_MAJOR[ma], PTY_MINOR[mi]);
93
94 /* arch-tag: 4169a89e-3764-4147-98df-1ba3bdd45a5b
95 (do not change this comment) */