diff options
Diffstat (limited to 'sys/powerpc')
-rw-r--r-- | sys/powerpc/include/mutex.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/powerpc/include/mutex.h b/sys/powerpc/include/mutex.h index 5c37f54..40717b0 100644 --- a/sys/powerpc/include/mutex.h +++ b/sys/powerpc/include/mutex.h @@ -68,6 +68,8 @@ extern char STR_SIEN[]; *-------------------------------------------------------------------------- */ +#ifdef _KERN_MUTEX_C_ + #define _V(x) __STRING(x) /* @@ -84,6 +86,10 @@ extern char STR_SIEN[]; } \ } while (0) +#undef _V + +#endif /* _KERN_MUTEX_C_ */ + #endif /* _KERNEL */ #else /* !LOCORE */ |