Dear Maintainer,
---
nn.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/nn.c b/nn.c
index 8576046..6f3ebb8 100644
--- a/nn.c
+++ b/nn.c
@@ -774,9 +774,13 @@ main(int argc, char *argv[])
#endif
+/*
+ * The function "mal_debug()" does not exist in this software, "nn".
#ifdef MALDEBUG
mal_debug(getenv("MALDEBUG") ? atoi(getenv("MALDEBUG")) : 0);
#endif
+ *
+ */
pname = program_name(argv);