0.6.7.22: removed CVS dollar-Header-dollar tags from sources
[sbcl.git] / src / runtime / lispregs.h
1 /*
2  * This software is part of the SBCL system. See the README file for
3  * more information.
4  *
5  * This software is derived from the CMU CL system, which was
6  * written at Carnegie Mellon University and released into the
7  * public domain. The software is in the public domain and is
8  * provided with absolutely no warranty. See the COPYING and CREDITS
9  * files for more information.
10  */
11
12 #if defined(mips) || defined(irix)
13 #include "mips-lispregs.h"
14 #endif
15
16 #ifdef sparc
17 #include "sparc-lispregs.h"
18 #endif
19
20 #ifdef ibmrt
21 #include "rt-lispregs.h"
22 #endif
23
24 #ifdef __i386__
25 #include "x86-lispregs.h"
26 #endif
27
28 #ifdef parisc
29 #include "hppa-lispregs.h"
30 #endif
31
32 #ifdef alpha
33 #include "alpha-lispregs.h"
34 #endif
35
36 #ifndef LANGUAGE_ASSEMBLY
37 extern char *lisp_register_names[];
38 #endif