Skip to content
Snippets Groups Projects
Commit ccd5e26c authored by fgilham's avatar fgilham
Browse files

Add "EXECUTABLE" define to keep that code out of architectures that can't use it.

parent 2871bdd5
No related branches found
No related tags found
No related merge requests found
/*
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/FreeBSD-os.h,v 1.13 2007/06/12 03:21:46 cshapiro Exp $
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/FreeBSD-os.h,v 1.14 2007/07/07 15:48:50 fgilham Exp $
This code was written as part of the CMU Common Lisp project at
Carnegie Mellon University, and has been placed in the public domain.
......@@ -46,4 +46,6 @@ void os_save_context(void);
#undef PAGE_SIZE
#define EXECUTABLE 1
#endif /* _FREEBSD_OS_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment