summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-05-06 09:18:33 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-05-06 09:18:33 -0700
commitd43c06d68b82703ced7f2624245d8b45fd3c01fd (patch)
treea9fba4873c3f8b5699458f66b238bbe59ddf0f85 /src/s
parent3e56b11d4a61af61b1af040a76abc842d89c8bf0 (diff)
downloademacs-d43c06d68b82703ced7f2624245d8b45fd3c01fd.tar.gz
* Makefile.in (STARTFILES): Conditionally define to make the usage clear.
* s/gnu.h (START_FILES): Remove empty definition.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/gnu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h
index 946eaa6512b..bf68cabe051 100644
--- a/src/s/gnu.h
+++ b/src/s/gnu.h
@@ -44,8 +44,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define ORDINARY_LINK
#define DATA_START ({ extern int data_start; (char *) &data_start; })
-#define START_FILES
-
/* Some losing code fails to include this and then assumes
that because it is braindead that O_RDONLY==0. */
#ifndef NOT_C_CODE