Auto-commit of generated files.
[bpt/emacs.git] / src / m / ia64.h
1 /* machine description file for the IA-64 architecture.
2
3 Copyright (C) 2000-2012 Free Software Foundation, Inc.
4
5 Contributed by David Mosberger <davidm@hpl.hp.com>
6
7 This file is part of GNU Emacs.
8
9 GNU Emacs is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version.
13
14 GNU Emacs is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
21
22 #define BITS_PER_LONG 64
23 #define BITS_PER_EMACS_INT 64
24
25 /* Now define a symbol for the cpu type, if your compiler
26 does not define it automatically. */
27 /* __ia64__ defined automatically */
28
29 /* Define the type to use. */
30 #define EMACS_INT long
31 #define pI "l"
32 #define EMACS_UINT unsigned long