чување 2033ac42133f0e4d009e4c65fe2d80acaa604ba5
родитељ 92f871cc5278799f7b305f8f050316feb4f74f03
Аутор: Страхиња Радић <sr@strahinja.org>
Датум: Mon, 22 Jul 2024 21:16:43 +0200
slweb.c: Remove #define NDEBUG (handled in config.mk)
Diffstat:
измењених датотека: 1, додавања: 0(+), брисања: 3(-)
diff --git a/slweb.c b/slweb.c
@@ -2,9 +2,6 @@
* any later version. Copyright (C) 2020-2024 Страхиња Радић.
* See the file LICENSE for exact copyright and license details. */
-/* Uncomment to enable assert(3) */
-#define NDEBUG
-
#include <assert.h>
#include <ctype.h>
#include <dirent.h>