- Update to trunk
[reactos.git] / lib / sdk / crt / float / i386 / logb.c
index 0c02c0e..e4b6194 100644 (file)
@@ -30,7 +30,7 @@ double _logb (double __x)
     ("fxtract\n\t"
      : "=t" (__junk), "=u" (__val) : "0" (__x));
 #else
-#error REVIEW ME
+#pragma message ("REVIEW ME")
   __asm fld [__x];
   __asm fxtract;
   __asm fstp st(0);