diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-09-18 21:12:31 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-09-18 21:12:31 +0000 |
commit | 542fbdddb441fad31a069fce50ba992463c0651c (patch) | |
tree | 9a4cf212c90be7ff95735582c1ef843d55fd15a7 /src/m/7300.h | |
parent | 6b44341743ef87a5e589d258f6200dac720bb684 (diff) | |
download | emacs-542fbdddb441fad31a069fce50ba992463c0651c.tar.gz |
Delete obsolete symbols.
Diffstat (limited to 'src/m/7300.h')
-rw-r--r-- | src/m/7300.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/m/7300.h b/src/m/7300.h index fdb276d8ac5..464a7fe00cb 100644 --- a/src/m/7300.h +++ b/src/m/7300.h @@ -37,11 +37,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LONGBITS 32 /* Number of bits in a long */ -/* Define BIG_ENDIAN iff lowest-numbered byte in a word - is the most significant byte. */ - -#define BIG_ENDIAN - /* XINT must explicitly sign-extend */ #define EXPLICIT_SIGN_EXTEND @@ -90,7 +85,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* #define HAVE_PTYS */ #define HAVE_SYSVIPC -#define USE_UTIME /* We don't have memmove. */ #define memmove(d, s, n) safe_bcopy (s, d, n) |