From 009d6365e7efa7262776d3c6e11ff5dbb08dc95c Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sun, 2 Jun 2024 23:29:29 +0300 Subject: [PATCH] template.c: merge exact, neighbor conditional compilation --- src/template.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/template.c b/src/template.c index 0c84574..c39b4a6 100644 --- a/src/template.c +++ b/src/template.c @@ -112,9 +112,7 @@ main(void) #if !SILENT_MODE puts(":: C bytebeat generator runtime unit"); fflush(stdout); -#endif -#if !SILENT_MODE const uintmax_t seconds = LENGTH / SAMPLE_RATE, samples = LENGTH % SAMPLE_RATE;