Mercurial > hg > xemacs-beta
annotate src/m/alpha.h @ 5313:5ed261fd2bd9
Unrool a load-time loop at macro expansion time, cl-macs.el
2010-12-29 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (inline-side-effect-free-compiler-macros):
Unroll a loop here at macro-expansion time, so these compiler
macros are compiled. Use #'eql instead of #'eq in a couple of
places for better style.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 29 Dec 2010 23:43:10 +0000 |
parents | 705ff51e3b6b |
children | 365bc8cb5894 |
rev | line source |
---|---|
428 | 1 /* machine description file For the alpha chip. |
2 Copyright (C) 1994 Free Software Foundation, Inc. | |
3 | |
4 This file is part of XEmacs. | |
5 | |
5233
705ff51e3b6b
Replace references to GNU Emacs with XEmacs in alpha.h.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4759
diff
changeset
|
6 XEmacs is free software; you can redistribute it and/or modify |
428 | 7 it under the terms of the GNU General Public License as published by |
8 the Free Software Foundation; either version 1, or (at your option) | |
9 any later version. | |
10 | |
5233
705ff51e3b6b
Replace references to GNU Emacs with XEmacs in alpha.h.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4759
diff
changeset
|
11 XEmacs is distributed in the hope that it will be useful, |
428 | 12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 GNU General Public License for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
17 along with XEmacs; see the file COPYING. If not, write to | |
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
19 Boston, MA 02111-1307, USA. */ | |
20 | |
21 | |
22 #ifndef __ELF__ | |
23 /* Describe layout of the address space in an executing process. */ | |
24 # define TEXT_START 0x120000000 | |
25 # define DATA_START 0x140000000 | |
26 /* The program to be used for unexec. */ | |
27 # define UNEXEC "unexalpha.o" | |
28 #endif |