diff options
| author | Dan Nicolaescu | 2010-05-06 09:18:33 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-05-06 09:18:33 -0700 |
| commit | d43c06d68b82703ced7f2624245d8b45fd3c01fd (patch) | |
| tree | a9fba4873c3f8b5699458f66b238bbe59ddf0f85 /src/s | |
| parent | 3e56b11d4a61af61b1af040a76abc842d89c8bf0 (diff) | |
| download | emacs-d43c06d68b82703ced7f2624245d8b45fd3c01fd.tar.gz emacs-d43c06d68b82703ced7f2624245d8b45fd3c01fd.zip | |
* 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.h | 2 |
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/>. */ | |||
| 44 | #define ORDINARY_LINK | 44 | #define ORDINARY_LINK |
| 45 | #define DATA_START ({ extern int data_start; (char *) &data_start; }) | 45 | #define DATA_START ({ extern int data_start; (char *) &data_start; }) |
| 46 | 46 | ||
| 47 | #define START_FILES | ||
| 48 | |||
| 49 | /* Some losing code fails to include this and then assumes | 47 | /* Some losing code fails to include this and then assumes |
| 50 | that because it is braindead that O_RDONLY==0. */ | 48 | that because it is braindead that O_RDONLY==0. */ |
| 51 | #ifndef NOT_C_CODE | 49 | #ifndef NOT_C_CODE |