Partially sync files.el from XEmacs 21.5 for wildcard support.
[sxemacs] / src / pre-crt0.c
1 /*
2 This file is part of SXEmacs
3
4 SXEmacs is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 3 of the License, or
7 (at your option) any later version.
8
9 SXEmacs is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
16
17
18 /* Synched up with: FSF 19.30. */
19
20 /* This file is loaded before crt0.o on machines where we do not
21    remap part of the data space into text space in unexec.
22    On these machines, there is no problem with standard crt0.o's
23    that make environ an initialized variable.  However, we do
24    need to make sure the label data_start exists anyway.  */
25
26 /* Create a label to appear at the beginning of data space.  */
27
28 int data_start = 0;