41fa963573
Fix the build os x11-clocks/asclock with -fno-common, which is the default with llvm 11. MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum)
10 lines
217 B
C
10 lines
217 B
C
--- symbols.c.orig 2020-08-23 22:09:30 UTC
|
|
+++ symbols.c
|
|
@@ -62,7 +62,6 @@ symbol config_symbols[] = {
|
|
{ "beats_elem_height",&beats_elem_height},
|
|
{ NULL, NULL} };
|
|
|
|
-int itdocks;
|
|
int itblinks;
|
|
int showampm;
|
|
|