comparison src/m/symmetry.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 4be8406ebef9
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
16 You should have received a copy of the GNU General Public License 16 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 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 /* CHANGE: [Eric H. Herrin II; eric@ms.uky.edu - 15 Sept 1988] 21 /* CHANGE: [Eric H. Herrin II; eric@ms.uky.edu - 15 Sept 1988]
22 * Modified the sequent.h file for the Sequent Symmetry machine. 22 * Modified the sequent.h file for the Sequent Symmetry machine.
23 * Biggest change was to align the sections in the a.out to 4K 23 * Biggest change was to align the sections in the a.out to 4K
24 * boundaries (this is the page size). 24 * boundaries (this is the page size).
25 */ 25 */
26 26
27 27
28 /* NOTICE: this file works for DYNIX release 3.0.12 on Sequent Symmetry 28 /* NOTICE: this file works for DYNIX release 3.0.12 on Sequent Symmetry
29 * (Intel 80386) machines. Hasn't been tested on anything else. 29 * (Intel 80386) machines. Hasn't been tested on anything else.
30 */ 30 */
31 31
32 /* The following line tells the configuration script what sort of 32 /* The following line tells the configuration script what sort of
33 operating system this machine is likely to run. 33 operating system this machine is likely to run.
34 USUAL-OPSYS="bsd4-3" */ 34 USUAL-OPSYS="bsd4-3" */
35 35
36 #include "intel386.h" 36 #include "intel386.h"
37 37