template.c: merge exact, neighbor conditional compilation
This commit is contained in:
parent
31244bd18d
commit
009d6365e7
@ -112,9 +112,7 @@ main(void)
|
|||||||
#if !SILENT_MODE
|
#if !SILENT_MODE
|
||||||
puts(":: C bytebeat generator runtime unit");
|
puts(":: C bytebeat generator runtime unit");
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !SILENT_MODE
|
|
||||||
const uintmax_t seconds = LENGTH / SAMPLE_RATE,
|
const uintmax_t seconds = LENGTH / SAMPLE_RATE,
|
||||||
samples = LENGTH % SAMPLE_RATE;
|
samples = LENGTH % SAMPLE_RATE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user