annotate src/m/pyrmips.h @ 38781:c20b98060a6d

(select-frame-set-input-focus): New function extracted from other-frame. (other-frame): Use it. (next-multiframe-window, previous-multiframe-window): Use it.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 10 Aug 2001 13:46:52 +0000
parents 61793eeb4b68
children 4be8406ebef9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25834
Dave Love <fx@gnu.org>
parents:
diff changeset
1 /* Configuration file for the Pyramid machine that uses the MIPS cpu. */
Dave Love <fx@gnu.org>
parents:
diff changeset
2 /* This does not fully work. */
Dave Love <fx@gnu.org>
parents:
diff changeset
3
Dave Love <fx@gnu.org>
parents:
diff changeset
4 #include "m-pyramid.h"
Dave Love <fx@gnu.org>
parents:
diff changeset
5
Dave Love <fx@gnu.org>
parents:
diff changeset
6 #define SYSTEM_MALLOC
Dave Love <fx@gnu.org>
parents:
diff changeset
7 #define HAVE_ALLOCA
Dave Love <fx@gnu.org>
parents:
diff changeset
8 #define CANNOT_DUMP
Dave Love <fx@gnu.org>
parents:
diff changeset
9