Mercurial > hg > xemacs-beta
comparison src/xemacs.def.in.in @ 4453:29efd169efe7
Automated merge with file:/Sources/xemacs-21.5-checked-out
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 11 May 2008 11:24:01 +0200 |
parents | 4363b75330ca |
children | 9987da5935bd d1247f3cc363 |
comparison
equal
deleted
inserted
replaced
4452:82f8351e71c8 | 4453:29efd169efe7 |
---|---|
1 /* Put the usual header here */ | 1 /* The module API: core symbols that are visible to modules. |
2 Copyright (C) 2008 Jerry James | |
3 | |
4 This file is part of XEmacs. | |
5 | |
6 XEmacs is free software; you can redistribute it and/or modify it | |
7 under the terms of the GNU General Public License as published by | |
8 the Free Software Foundation; either version 2, or (at your option) | |
9 any later version. | |
10 | |
11 XEmacs is distributed in the hope that it will be useful, but | |
12 WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
14 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 the | |
18 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
19 Boston, MA 02110-1301, USA. */ | |
20 | |
2 /* The symbol to import/export is on the left. If the symbol is not | 21 /* The symbol to import/export is on the left. If the symbol is not |
3 meant to be used directly, but a macro or inline function in the | 22 meant to be used directly, but a macro or inline function in the |
4 API expands to a form containing the symbol, then the macro or | 23 API expands to a form containing the symbol, then the macro or |
5 inline function is named in a comment to the right. */ | 24 inline function is named in a comment to the right. */ |
6 #define NOT_C_CODE | 25 #define NOT_C_CODE |