Changeset 487 for trunk/src/stl
- Timestamp:
- 03/08/16 08:05:51 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/stl/assert.cc
r440 r487 28 28 # else // NV_COMPILER 29 29 # if NV_COMPILER == NV_CLANG 30 extern "C" { 31 extern void __assert(const char *, const char *, unsigned int, const char *) NV_NORETURN; 30 // extern "C" { 31 // extern void __assert(const char *, const char *, unsigned int, const char *) NV_NORETURN; 32 // } 33 34 int error_here; 35 static void __assert( const char *, const char *, unsigned int, const char * ) NV_NORETURN 36 { 37 //no-op 32 38 } 39 33 40 #define NV_ASSERT_IMPL __assert 34 41 # else
Note: See TracChangeset
for help on using the changeset viewer.