summaryrefslogtreecommitdiff
path: root/misc/kcd-devel/files/patch-cxxlib.h
blob: 66512291d73bf8f4bfdbadc0b3c7cea350e21fc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- cxxlib.h.orig	Sun Nov  3 23:49:03 2002
+++ cxxlib.h	Wed Nov  6 09:41:36 2002
@@ -33,12 +33,14 @@
 // new/delete operators
 //
 
+#ifndef __FreeBSD__
 void *operator new (size_t s) CXX__NEW_THROW;
 void operator delete (void *p) CXX__DELETE_THROW;
 #ifdef CXX__HAVE_ARRAY_NEW
 void *operator new[] (size_t s) CXX__NEW_THROW;
 void operator delete[] (void *p) CXX__DELETE_THROW;
 #endif	/* CXX__HAVE_ARRAY_NEW */
+#endif
 
 //
 // string I/O stream