summaryrefslogtreecommitdiff
path: root/src/m/iris4d.h
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-04-25 15:16:58 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-04-25 15:16:58 -0700
commit39e2ad1b9fef5b0437ed18c77bd703003a2b8e54 (patch)
treede4ba811bfa01e91b4ac0fbc1edbeadac226bd02 /src/m/iris4d.h
parent6bdf5d652360b79c8ee6194e8dd1b23ef4721a53 (diff)
downloademacs-39e2ad1b9fef5b0437ed18c77bd703003a2b8e54.tar.gz
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.h5
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/>. */
#define WORDS_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. */
-
-#define NO_ARG_ARRAY
-
/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
the bit field into an int. In other words, if bit fields
are always unsigned.