aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/macppc.h
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-25 15:16:58 -0700
committerDan Nicolaescu2010-04-25 15:16:58 -0700
commit39e2ad1b9fef5b0437ed18c77bd703003a2b8e54 (patch)
treede4ba811bfa01e91b4ac0fbc1edbeadac226bd02 /src/m/macppc.h
parent6bdf5d652360b79c8ee6194e8dd1b23ef4721a53 (diff)
downloademacs-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/macppc.h')
-rw-r--r--src/m/macppc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/macppc.h b/src/m/macppc.h
index 77772521ed7..112c15ed8e4 100644
--- a/src/m/macppc.h
+++ b/src/m/macppc.h
@@ -22,11 +22,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22 22
23#define WORDS_BIG_ENDIAN 23#define WORDS_BIG_ENDIAN
24 24
25/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
26 * group of arguments and treat it as an array of the arguments. */
27
28#define NO_ARG_ARRAY
29
30/* Data type of load average, as read out of kmem. */ 25/* Data type of load average, as read out of kmem. */
31 26
32#define LOAD_AVE_TYPE long 27#define LOAD_AVE_TYPE long