From 77d0069e522400b63c2182fcc5f852718e4e6f2c Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 14:11:32 -0400 Subject: rename files that should never be compiled on their own to .h --- src/assert/NDEBUG.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/assert/NDEBUG.c (limited to 'src/assert/NDEBUG.c') diff --git a/src/assert/NDEBUG.c b/src/assert/NDEBUG.c deleted file mode 100644 index b09e73ce..00000000 --- a/src/assert/NDEBUG.c +++ /dev/null @@ -1,14 +0,0 @@ -/* #undef NDEBUG */ - -#define NDEBUG /** control program diagnostics **/ - -/*** -THIS() is not defined by the compiler or any header. If it is defined -by the programmer before including HEADER(assert.h), it causes -FUNCTION(assert) to be a void statement. Otherwise, FUNCTION(assert) has -its normal behavior. -***/ - -/* -STDC(1) -*/ -- cgit v1.2.1