diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-04-06 23:01:30 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-04-06 23:01:30 -0700 |
commit | 863bf4810aa40ec9cf7b61b4fc8781ef956b5165 (patch) | |
tree | a8cb951fecfa9be7f7727eb8e8584f73b0c7dfde /src/m/iris4d.h | |
parent | 31527c568290029985483745056c92e443451365 (diff) | |
download | emacs-863bf4810aa40ec9cf7b61b4fc8781ef956b5165.tar.gz |
* m/iris4d.h (UNEXEC): Move definition ...
* s/irix6-5.h (UNEXEC): ... here.
Diffstat (limited to 'src/m/iris4d.h')
-rw-r--r-- | src/m/iris4d.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 794227977be..1c276ecb167 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h @@ -36,12 +36,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define EXPLICIT_SIGN_EXTEND -/* This machine requires completely different unexec code - which lives in a separate file. Specify the file name. */ - -#undef UNEXEC -#define UNEXEC unexelf.o - #define TEXT_START 0x400000 /* |