annotate src/m/pyrmips.h @ 59144:8d9ea622c741

* term/mac-win.el: Sync with x-win.el. Rearrange the contents. Call mac-clear-font-name-table if invoked on Mac OS 8/9. Call x-open-connection on Mac OS X.
author Steven Tamm <steventamm@mac.com>
date Mon, 27 Dec 2004 17:23:02 +0000
parents 695cf19ef79e
children 375f2633d815
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 CANNOT_DUMP
Dave Love <fx@gnu.org>
parents:
diff changeset
8
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 44601
diff changeset
9 /* arch-tag: 82559148-25a8-466d-bbb3-f903f7666b7a
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 44601
diff changeset
10 (do not change this comment) */