annotate src/m/pyrmips.h @ 48951:d77bc55dd27b

(custom-known-themes): New variable. (custom-declare-theme): New function. (deftheme): New macro. (custom-make-theme-feature): New function. (custom-theme-p): New function. (custom-check-theme): New function. (custom-push-theme): New function. (custom-theme-set-variables): Take themes into account. (custom-loaded-themes): New variable. (custom-theme-loaded-p): New function. (provide-theme): New function. (require-theme): New function. (custom-remove-theme): New function. (custom-do-theme-reset): New function. (custom-theme-load-themes): New function. (custom-load-themes): New function. (custom-theme-value): New function. (custom-theme-variable-value): New function. (custom-theme-reset-internal): New function. (custom-theme-reset-variables): New function. (custom-reset-variables): New function.
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 Dec 2002 18:40:55 +0000
parents 4be8406ebef9
children 695cf19ef79e
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