annotate src/m/pyrmips.h @ 72322:2552d32034c7

(latexenc-find-file-coding-system): Fix for the case that the 2nd element of arg-list is a cons.
author Kenichi Handa <handa@m17n.org>
date Wed, 09 Aug 2006 01:11:44 +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) */