diff options
| author | Dan Nicolaescu | 2010-04-25 15:16:58 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-25 15:16:58 -0700 |
| commit | 39e2ad1b9fef5b0437ed18c77bd703003a2b8e54 (patch) | |
| tree | de4ba811bfa01e91b4ac0fbc1edbeadac226bd02 /src/m/iris4d.h | |
| parent | 6bdf5d652360b79c8ee6194e8dd1b23ef4721a53 (diff) | |
| download | emacs-39e2ad1b9fef5b0437ed18c77bd703003a2b8e54.tar.gz emacs-39e2ad1b9fef5b0437ed18c77bd703003a2b8e54.zip | |
Remove all NO_ARG_ARRAY uses.
* fns.c (concat2, concat3, nconc2):
* eval.c (apply1, call1, call2, call3, call4, call5, call6)
(call7): Remove NO_ARG_ARRAY usage, assume it's always true.
* m/xtensa.h (NO_ARG_ARRAY):
* m/template.h (NO_ARG_ARRAY):
* m/sparc.h (NO_ARG_ARRAY):
* m/sh3.h (NO_ARG_ARRAY):
* m/mips.h (NO_ARG_ARRAY):
* m/macppc.h (NO_ARG_ARRAY):
* m/iris4d.h (NO_ARG_ARRAY):
* m/intel386.h (NO_ARG_ARRAY):
* m/ibms390x.h (NO_ARG_ARRAY):
* m/ibms390.h (NO_ARG_ARRAY):
* m/ibmrs6000.h (NO_ARG_ARRAY):
* m/ia64.h (NO_ARG_ARRAY):
* m/hp800.h (NO_ARG_ARRAY):
* m/arm.h (NO_ARG_ARRAY):
* m/amdx86-64.h (NO_ARG_ARRAY):
* m/alpha.h (NO_ARG_ARRAY): Remove definition.
Diffstat (limited to 'src/m/iris4d.h')
| -rw-r--r-- | src/m/iris4d.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 1c276ecb167..a5532fcf715 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -23,11 +23,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 23 | 23 | ||
| 24 | #define WORDS_BIG_ENDIAN | 24 | #define WORDS_BIG_ENDIAN |
| 25 | 25 | ||
| 26 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | ||
| 27 | * group of arguments and treat it as an array of the arguments. */ | ||
| 28 | |||
| 29 | #define NO_ARG_ARRAY | ||
| 30 | |||
| 31 | /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | 26 | /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend |
| 32 | the bit field into an int. In other words, if bit fields | 27 | the bit field into an int. In other words, if bit fields |
| 33 | are always unsigned. | 28 | are always unsigned. |