From da6f343032cb01597dc7866e66f091adf3243a62 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 20 Nov 2021 03:10:50 +0000 Subject: Initial public snapshot With code from Bill. Thanks Bill! --- src/noreturn.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/noreturn.h (limited to 'src/noreturn.h') diff --git a/src/noreturn.h b/src/noreturn.h new file mode 100644 index 0000000..81b2bae --- /dev/null +++ b/src/noreturn.h @@ -0,0 +1,11 @@ +/* This file is dedicated to the public domain. */ + +#ifndef INC_NORETURN_H +#define INC_NORETURN_H + +#undef noreturn +#define noreturn _Noreturn void + +#endif + +// vi: sw=4 ts=4 noet tw=80 cc=80 -- cgit v1.2.3