Ignore:
Timestamp:
03/08/16 08:05:51 (9 years ago)
Author:
epyon
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/stl/assert.cc

    r440 r487  
    2828#       else // NV_COMPILER
    2929#       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
     34int error_here;
     35static void __assert( const char *, const char *, unsigned int, const char * ) NV_NORETURN
     36{
     37        //no-op
    3238}
     39
    3340#define NV_ASSERT_IMPL __assert
    3441#       else
Note: See TracChangeset for help on using the changeset viewer.