diff options
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/>. */ #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 |