Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5df58331
Commit
5df58331
authored
Sep 18, 1994
by
Karl Heuer
Browse files
Delete obsolete symbols.
parent
3622dcd9
Changes
99
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
123 deletions
+0
-123
src/m/7300.h
src/m/7300.h
+0
-6
src/m/alliant-2800.h
src/m/alliant-2800.h
+0
-5
src/m/alliant.h
src/m/alliant.h
+0
-5
src/m/alpha.h
src/m/alpha.h
+0
-5
src/m/altos.h
src/m/altos.h
+0
-5
src/m/amdahl.h
src/m/amdahl.h
+0
-5
src/m/apollo.h
src/m/apollo.h
+0
-4
src/m/att3b.h
src/m/att3b.h
+0
-5
src/m/aviion.h
src/m/aviion.h
+0
-5
src/m/celerity.h
src/m/celerity.h
+0
-5
src/m/clipper.h
src/m/clipper.h
+0
-5
src/m/cnvrgnt.h
src/m/cnvrgnt.h
+0
-5
src/m/convex.h
src/m/convex.h
+0
-5
src/m/cydra5.h
src/m/cydra5.h
+0
-5
src/m/delta.h
src/m/delta.h
+0
-7
src/m/delta88k.h
src/m/delta88k.h
+0
-17
src/m/dpx2.h
src/m/dpx2.h
+0
-15
src/m/dual.h
src/m/dual.h
+0
-5
src/m/elxsi.h
src/m/elxsi.h
+0
-5
src/m/gec63.h
src/m/gec63.h
+0
-4
No files found.
src/m/7300.h
View file @
5df58331
...
...
@@ -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)
...
...
src/m/alliant-2800.h
View file @
5df58331
...
...
@@ -31,11 +31,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. */
#undef BIG_ENDIAN
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
...
...
src/m/alliant.h
View file @
5df58331
...
...
@@ -33,11 +33,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
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
...
...
src/m/alpha.h
View file @
5df58331
...
...
@@ -37,11 +37,6 @@ NOTE-END
#define LONGBITS 64
/* Number of bits in a long */
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
is the most significant byte. */
/* Alpha is not big-endian #define BIG_ENDIAN */
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
...
...
src/m/altos.h
View file @
5df58331
...
...
@@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define LONGBITS 32
/* Number of bits in a long */
/* Vax is not big-endian: lowest numbered byte is least significant,
but 68000's are. */
#define BIG_ENDIAN
#define EXPLICIT_SIGN_EXTEND
/* Use type int rather than a union, to represent Lisp_Object */
...
...
src/m/amdahl.h
View file @
5df58331
...
...
@@ -38,11 +38,6 @@ compiler is so brain damaged that it is not even worth trying to use it.
#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
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
...
...
src/m/apollo.h
View file @
5df58331
...
...
@@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define LONGBITS 32
/* Number of bits in a long */
/* 68000 has lowest-numbered byte as most significant */
#define BIG_ENDIAN
/* Say this machine is a 68000 */
/* #define m68000 */
/* Done by the C compiler */
...
...
src/m/att3b.h
View file @
5df58331
...
...
@@ -33,11 +33,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
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
...
...
src/m/aviion.h
View file @
5df58331
...
...
@@ -27,11 +27,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
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
...
...
src/m/celerity.h
View file @
5df58331
...
...
@@ -31,11 +31,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
...
...
src/m/clipper.h
View file @
5df58331
...
...
@@ -27,11 +27,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 */
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
...
...
src/m/cnvrgnt.h
View file @
5df58331
...
...
@@ -27,11 +27,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
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
...
...
src/m/convex.h
View file @
5df58331
...
...
@@ -31,11 +31,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
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments.
* Maybe it would be better to simply correct the code. */
...
...
src/m/cydra5.h
View file @
5df58331
...
...
@@ -31,11 +31,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
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
...
...
src/m/delta.h
View file @
5df58331
...
...
@@ -33,11 +33,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
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
...
...
@@ -138,11 +133,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Machine specific stuff */
#define HAVE_PTYS
#define SYSV_PTYS
#define HAVE_SELECT
#ifdef HAVE_INET_SOCKETS
/* this comes from autoconf */
# define HAVE_SOCKETS
/* NSE may or may not have been installed */
#endif
#define HAVE_TIMEVAL
#define SIGNALS_VIA_CHARACTERS
#define BROKEN_CLOSEDIR
/* builtin closedir is interruptible */
#undef HAVE_BCOPY
/* b* functions are just stubs to mem* ones */
...
...
src/m/delta88k.h
View file @
5df58331
...
...
@@ -32,11 +32,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
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
...
...
@@ -157,20 +152,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define LIBX11_SYSTEM -lnsl -lbsd
#endif
/* USG5_4 */
/*
* we have Berkeley style <sys/time.h>
*/
#define HAVE_TIMEVAL
/* SysV88 has select(). */
#define HAVE_SELECT
#define BROKEN_FIONREAD
/*
* don't use utimes, we ain't got one - use utime() instead
*/
#define USE_UTIME
/* previously defined in usg5-4, if we choose to use that. */
#ifndef LIBS_SYSTEM
#ifdef USG5_4
...
...
src/m/dpx2.h
View file @
5df58331
...
...
@@ -39,11 +39,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
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
...
...
@@ -195,16 +190,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
*/
#define GETPGRP_NO_ARG
/*
* X support _needs_ this
*/
#define HAVE_SELECT
/*
* and select requires these
*/
#define HAVE_TIMEVAL
#define USE_UTIME
/* select also needs this header file--but not in ymakefile. */
#ifndef NOT_C_CODE
#include <sys/types.h>
...
...
src/m/dual.h
View file @
5df58331
...
...
@@ -42,11 +42,6 @@ NOTE-END */
#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
...
...
src/m/elxsi.h
View file @
5df58331
...
...
@@ -34,11 +34,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*/
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
...
...
src/m/gec63.h
View file @
5df58331
...
...
@@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define LONGBITS 32
/* Number of bits in a long */
/* GEC63 is big-endian: lowest numbered byte is most significant. */
#define BIG_ENDIAN
/* Say this machine is a 68000 */
#define gec63
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment