Mercurial > hg > xemacs-beta
annotate src/m/alpha.h @ 5268:09f8ed0933c7
Avoid byte compiler warnings, some needless consing, descr-text.el
lisp/ChangeLog addition:
2010-09-16 Aidan Kehoe <kehoea@parhasard.net>
* descr-text.el (unidata-initialize-unicodedata-database)
(unidata-initialize-unihan-database, describe-char-unicode-data)
(describe-char-unicode-data):
Wrap calls to the database functions with (with-fboundp ...),
avoiding byte compile warnings on builds without support for the
database functions.
(describe-char): (reduce #'max ...), not (apply #'max ...), no
need to cons needlessly.
(describe-char): Remove a redundant lambda wrapping
#'extent-properties.
(describe-char-unicode-data): Call #'nsubst when replacing "" with
nil in the result of #'split-string, instead of consing inside
mapcar.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 16 Sep 2010 15:24:40 +0100 |
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 |