]> git.buserror.net Git - polintos/scott/priv.git/commitdiff
Make in_kernel() static inline.
authorScott Wood <scott@buserror.net>
Wed, 11 Apr 2007 23:58:24 +0000 (18:58 -0500)
committerScott Wood <scott@buserror.net>
Wed, 11 Apr 2007 23:58:24 +0000 (18:58 -0500)
include/c++/orb.h

index 31348f2227a3f6680ac31e8ce281c464468ea32b..d215427ffa96fcb82e6b4fdf11f5d6d12ca4c196 100644 (file)
@@ -293,7 +293,7 @@ namespace System {
        }
        
        namespace Priv {
-               bool in_kernel()
+               static inline bool in_kernel()
                {
 #ifdef _KERNEL
                        return true;