| Commit | Line | Data |
|---|---|---|
| 62957726 | 1 | /* |
| eeab7066 RT |
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 | */ | |
| 62957726 | 7 | |
| e67c0397 | 8 | #ifndef _PURIFY_H_ |
| 62957726 | 9 | #define _PURIFY_H_ |
| 10 | ||
| 11 | extern int purify(lispobj static_roots, lispobj read_only_roots); | |
| 12 | ||
| e67c0397 | 13 | #endif /* _PURIFY_H_ */ |