annotate src/m/pyrmips.h @ 42020:6e891121e1cc

(ruler-mode-extra-left-cols): Removed. (ruler-mode-left-fringe-cols): New macro. (ruler-mode-right-fringe-cols): New macro. (ruler-mode-left-scroll-bar-cols): New macro. (ruler-mode-right-scroll-bar-cols): New macro. (ruler-mode-ruler): Use above new macros.
author Richard M. Stallman <rms@gnu.org>
date Fri, 14 Dec 2001 07:54:28 +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