aboutsummaryrefslogtreecommitdiff
path: root/puny.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-07 15:30:28 +0000
committerOmar Polo <op@omarpolo.com>2021-02-07 15:30:28 +0000
commit3abf91b0b4a06e5d2f90e41f948e9c16478e23c7 (patch)
tree2b3387a82767aadacbc47d538010861b20f66af4 /puny.c
parenta709ddf5eb71e90a66cfd02bdaa9116c7f7ec3d6 (diff)
improve logs management
Diffstat (limited to 'puny.c')
-rw-r--r--puny.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/puny.c b/puny.c
index b28065c..aa6c56a 100644
--- a/puny.c
+++ b/puny.c
@@ -28,6 +28,9 @@
#define IBIAS 72
#define IN 128
+/* to make the linker happy */
+struct conf conf;
+
static int
adapt(int delta, int numpoints, int firsttime)
{