Index: trunk/src/stl/assert.cc
===================================================================
--- trunk/src/stl/assert.cc	(revision 442)
+++ trunk/src/stl/assert.cc	(revision 487)
@@ -28,7 +28,14 @@
 #	else // NV_COMPILER
 #	if NV_COMPILER == NV_CLANG
-extern "C" {
-	extern void __assert(const char *, const char *, unsigned int, const char *) NV_NORETURN;
+// extern "C" {
+// 	extern void __assert(const char *, const char *, unsigned int, const char *) NV_NORETURN;
+// }
+
+int error_here;
+static void __assert( const char *, const char *, unsigned int, const char * ) NV_NORETURN
+{
+	//no-op
 }
+
 #define NV_ASSERT_IMPL __assert
 #	else
