branch update for HEAD-2003091401
[reactos.git] / lib / crtdll / except / matherr.c
index 01de05c..9359e46 100644 (file)
@@ -11,6 +11,9 @@ struct _exception {
 } ;
 
 
+/*
+ * @unimplemented
+ */
 int _matherr(struct _exception* e)
 {
     return 0;
@@ -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,