Skip to content
Snippets Groups Projects
Commit 6ed08419 authored by cshapiro's avatar cshapiro
Browse files

Remove the unreferenced CTXT_SIGMASK macro.

parent 7afa0e1d
No related branches found
No related tags found
No related merge requests found
/* /*
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/os.h,v 1.17 2007/01/01 11:53:03 cshapiro Exp $ * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/os.h,v 1.18 2007/11/16 06:05:35 cshapiro Exp $
* *
* Common interface for os-dependent functions. * Common interface for os-dependent functions.
* *
...@@ -59,9 +59,6 @@ ...@@ -59,9 +59,6 @@
#ifndef CODE #ifndef CODE
#define CODE(code) code #define CODE(code) code
#endif #endif
#ifndef CTXT_SIGMASK
#define CTXT_SIGMASK(context) context->sc_mask
#endif
#ifndef SAVE_CONTEXT #ifndef SAVE_CONTEXT
#define SAVE_CONTEXT() do {} while(0) #define SAVE_CONTEXT() do {} while(0)
#endif #endif
......
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