| 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 | |
| 8 | #ifndef _SAVE_H_ | |
| 9 | #define _SAVE_H_ | |
| 10 | ||
| 11 | #include "core.h" | |
| 12 | ||
| 29f1fd98 | 13 | extern boolean save(char *filename, lispobj initfun, int sse2_mode); |
| 62957726 | 14 | |
| e67c0397 | 15 | #endif /* _SAVE_H_ */ |