Commented out declarations for userland apps, since they were

aggravating the compiler when used in the DriveSetup add-on.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4412 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2003-08-30 04:52:12 +00:00
parent 62426f6446
commit 03e51832d6
@@ -10,6 +10,8 @@
#include <new> #include <new>
#include <stdlib.h> #include <stdlib.h>
#ifdef USER
#else
/*! Looking through the \c &lt;new&gt; header on my Linux distro /*! Looking through the \c &lt;new&gt; header on my Linux distro
(can't seem to find it in the R5 headers...), it looks like (can't seem to find it in the R5 headers...), it looks like
the type of \c nothrow_t is just: the type of \c nothrow_t is just:
@@ -78,5 +80,6 @@ operator delete[](void *ptr)
// we're using virtuals // we're using virtuals
extern "C" void __pure_virtual(); extern "C" void __pure_virtual();
#endif // USER
#endif /* CPP_H */ #endif /* CPP_H */