use compiler extension instead of C11 noreturn

C11 noreturn isn't available in C++.
This commit is contained in:
Daniel Micay 2021-11-23 15:59:52 -05:00
parent 7106bff27f
commit d8817417cc
2 changed files with 3 additions and 3 deletions

2
new.cc
View file

@ -1,8 +1,6 @@
#include <bits/functexcept.h>
#include <new>
#define noreturn
#include "h_malloc.h"
#include "util.h"