Sha256: 94fbdb6041e6ec16004f6385f92cfc407676866263a560d636790079c400a1c2

Contents?: true

Size: 277 Bytes

Versions: 60

Compression:

Stored size: 277 Bytes

Contents

#ifndef _ASSERT_H_
#define _ASSERT_H_

#if defined( NDEBUG ) || !defined( DEBUG )

#define assert(_Expression)     ((void)0)

#else

//void assert( int expression );
//#include "logging/RhoPlainLog.h"

#define assert(exp) RHO_ASSERT(exp)

#endif //NDEBUG

#endif //_ASSERT_H_

Version data entries

60 entries across 60 versions & 2 rubygems

Version Path
rhodes-3.3.4 platform/shared/ruby/symbian/assert.h
rhodes-3.3.3 platform/shared/ruby/symbian/assert.h
rhodes-3.3.3.beta.4 platform/shared/ruby/symbian/assert.h
rhodes-3.3.3.beta.3 platform/shared/ruby/symbian/assert.h
rhodes-3.3.3.beta.2 platform/shared/ruby/symbian/assert.h
rhodes-3.3.3.beta.1 platform/shared/ruby/symbian/assert.h
rhodes-3.3.2 platform/shared/ruby/symbian/assert.h
rhodes-3.3.2.beta.7 platform/shared/ruby/symbian/assert.h
rhodes-3.3.2.beta.6 platform/shared/ruby/symbian/assert.h
rhodes-3.3.2.beta.5 platform/shared/ruby/symbian/assert.h
rhodes-3.3.2.beta.4 platform/shared/ruby/symbian/assert.h
rhodes-3.3.2.beta.3 platform/shared/ruby/symbian/assert.h
rhodes-3.3.2.beta.2 platform/shared/ruby/symbian/assert.h
rhodes-3.3.2.beta.1 platform/shared/ruby/symbian/assert.h
rhodes-3.3.1 platform/shared/ruby/symbian/assert.h
rhodes-3.3.0 platform/shared/ruby/symbian/assert.h
rhodes-3.3.0.beta.3 platform/shared/ruby/symbian/assert.h
rhodes-3.3.0.beta.2 platform/shared/ruby/symbian/assert.h
rhodes-3.3.0.beta.1 platform/shared/ruby/symbian/assert.h
rhodes-3.2.3 platform/shared/ruby/symbian/assert.h