Itsa me, quake3io!
This commit is contained in:
parent
dbe4ddb103
commit
5b755058f5
1409 changed files with 798983 additions and 798983 deletions
28
lcc/include/sparc/solaris/assert.h
Normal file → Executable file
28
lcc/include/sparc/solaris/assert.h
Normal file → Executable file
|
@ -1,14 +1,14 @@
|
|||
#ifndef __ASSERT
|
||||
#define __ASSERT
|
||||
|
||||
void assert(int);
|
||||
|
||||
#endif /* __ASSERT */
|
||||
|
||||
#undef assert
|
||||
#ifdef NDEBUG
|
||||
#define assert(ignore) ((void)0)
|
||||
#else
|
||||
extern void __assert(char *, char *, unsigned);
|
||||
#define assert(e) ((void)((e)||(__assert(#e, __FILE__, __LINE__),0)))
|
||||
#endif /* NDEBUG */
|
||||
#ifndef __ASSERT
|
||||
#define __ASSERT
|
||||
|
||||
void assert(int);
|
||||
|
||||
#endif /* __ASSERT */
|
||||
|
||||
#undef assert
|
||||
#ifdef NDEBUG
|
||||
#define assert(ignore) ((void)0)
|
||||
#else
|
||||
extern void __assert(char *, char *, unsigned);
|
||||
#define assert(e) ((void)((e)||(__assert(#e, __FILE__, __LINE__),0)))
|
||||
#endif /* NDEBUG */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue