projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
827e70a
)
change exit we call so we don't call into client code
author
root
<root@dw-6.eecs.uci.edu>
Fri, 21 Jun 2019 18:43:15 +0000
(11:43 -0700)
committer
root
<root@dw-6.eecs.uci.edu>
Fri, 21 Jun 2019 18:43:15 +0000
(11:43 -0700)
common.h
patch
|
blob
|
history
diff --git
a/common.h
b/common.h
index 81af78644ac0401a92c61ba20d82fa3711e0f401..01426a4d66bee75772507710221b3a99a02c49f0 100644
(file)
--- a/
common.h
+++ b/
common.h
@@
-32,7
+32,7
@@
void assert_hook(void);
fprintf(stderr, "Error: assertion failed in %s at line %d\n", __FILE__, __LINE__); \
/* print_trace(); // Trace printing may cause dynamic memory allocation */ \
assert_hook(); \
-
e
xit(EXIT_FAILURE); \
+
_E
xit(EXIT_FAILURE); \
} \
} while (0)
#else