Fix naming
This commit is contained in:
parent
8ff7937a88
commit
70dcda61e8
1 changed files with 1 additions and 1 deletions
2
assert.h
2
assert.h
|
@ -3,7 +3,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define ASSERTold(expr) \
|
||||
#define ASSERT(expr) \
|
||||
do { \
|
||||
if (!(expr)) { \
|
||||
printf("ASSERTION FAILED: %s at %s:%d\n", #expr, __FILE__, \
|
||||
|
|
Loading…
Add table
Reference in a new issue