Mercurial > hg > xemacs-beta
annotate src/xmotif.h @ 5643:611a6845ebee
Remove un-needed include of process.h in sysproc.h under cygwin.
author | Vin Shelton <acs@xemacs.org> |
---|---|
date | Mon, 13 Feb 2012 08:00:23 -0500 |
parents | 308d34e9f07d |
children |
rev | line source |
---|---|
1315 | 1 /* This file just includes the Motif header file Xm.h, but does |
2 the necessary magic to do this properly without warnings. | |
3 | |
4 This file is part of XEmacs. | |
5 | |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
1315
diff
changeset
|
6 XEmacs is free software: you can redistribute it and/or modify it |
1315 | 7 under the terms of the GNU General Public License as published by the |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
1315
diff
changeset
|
8 Free Software Foundation, either version 3 of the License, or (at your |
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
1315
diff
changeset
|
9 option) any later version. |
1315 | 10 |
11 XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
14 for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
1315
diff
changeset
|
17 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */ |
1315 | 18 |
19 /* Synched up with: Not in FSF. */ | |
20 | |
21 #ifndef INCLUDED_xmotif_h_ | |
22 #define INCLUDED_xmotif_h_ | |
23 | |
24 /* Kludge around shadowing warnings */ | |
25 #define time time_ | |
26 #include <Xm/Xm.h> | |
27 #undef time | |
28 | |
29 #endif /* INCLUDED_xmotif_h_ */ |