update for HEAD-2003091401
[reactos.git] / lib / msvcrt / except / matherr.c
index 01de05c..111c77c 100644 (file)
@@ -16,8 +16,11 @@ int _matherr(struct _exception* e)
     return 0;
 }
 
-
-// not exported by NTDLL
+/*
+ * not exported by NTDLL
+ *
+ * @unimplemented
+ */
 void __setusermatherr(int (*handler)(struct _exception*))
 {
 
@@ -26,6 +29,9 @@ void __setusermatherr(int (*handler)(struct _exception*))
 
 #define _FPIEEE_RECORD void
 
+/*
+ * @unimplemented
+ */
 int _fpieee_flt(
         unsigned long exception_code,
         struct _EXCEPTION_POINTERS* ExceptionPointer,