]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/config/user.hpp
make it compile without exceptions on gcc 2.96
[lyx.git] / boost / boost / config / user.hpp
index 507117f783d8bcbd70dc72410fd5cd45f98d89b9..6cada009789b3da20ad640dd5972df7e4b9ec137 100644 (file)
 // If there are no exceptions then we must report critical-errors
 // the only way we know how; by terminating.
 //
-#ifdef __BORLANDC__
+//#ifdef __BORLANDC__
 // <cstdio> seems not to make stderr usable with Borland:
-#include <stdio.h>
-#endif
+#include <cstdio>
+//#endif
 #  define BOOST_NOEH_ASSERT(x)\
 if(0 == (x))\
 {\