comparison src/m/ibms390x.h @ 108506:6fcaca6266ae

Minor comment reformatting for some src/m/*.h files.
author Glenn Morris <rgm@gnu.org>
date Tue, 11 May 2010 19:37:59 -0700
parents ddb9a8f686bd
children 5a44435f0c71
comparison
equal deleted inserted replaced
108505:46cf06863fe1 108506:6fcaca6266ae
1 /* machine description file for IBM S390 in 64-bit mode 1 /* machine description file for IBM S390 in 64-bit mode
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 2
3 Free Software Foundation, Inc. 3 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
4 Free Software Foundation, Inc.
4 5
5 This file is part of GNU Emacs. 6 This file is part of GNU Emacs.
6 7
7 GNU Emacs is free software: you can redistribute it and/or modify 8 GNU Emacs is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
17 You should have received a copy of the GNU General Public License 18 You should have received a copy of the GNU General Public License
18 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 19 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19 20
20 /* This file was made by copying the significant parts of amdx86-64.h 21 /* This file was made by copying the significant parts of amdx86-64.h
21 into ibms390.h. */ 22 into ibms390.h. */
22
23 23
24 /* Used for machine IBM s390 64 bits with opsys gnu-linux. */ 24 /* Used for machine IBM s390 64 bits with opsys gnu-linux. */
25 #define BITS_PER_LONG 64 25 #define BITS_PER_LONG 64
26 #define BITS_PER_EMACS_INT 64 26 #define BITS_PER_EMACS_INT 64
27 27