Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / except / matherr.c
index 5527e7f..5d03db2 100644 (file)
@@ -1,6 +1,3 @@
-#include <msvcrti.h>
-
-#if 0
 struct _exception {
         int type;
         char *name;
@@ -8,7 +5,6 @@ struct _exception {
         double arg2;
         double retval;
         } ;
-#endif
 
 int _matherr(struct _exception *e)
 {