Clean up RCS ids
[projects/cmucl/cmucl.git] / src / lisp / regnames.c
CommitLineData
eeab7066
RT
1/*
2
3 This code was written as part of the CMU Common Lisp project at
4 Carnegie Mellon University, and has been placed in the public domain.
5
6*/
7
62957726 8
9#include "lispregs.h"
10
11char *lisp_register_names[] = { REGNAMES, 0 };