diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-07 15:30:28 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-07 15:30:28 +0000 |
commit | 3abf91b0b4a06e5d2f90e41f948e9c16478e23c7 (patch) | |
tree | 2b3387a82767aadacbc47d538010861b20f66af4 /puny.c | |
parent | a709ddf5eb71e90a66cfd02bdaa9116c7f7ec3d6 (diff) |
improve logs management
Diffstat (limited to 'puny.c')
-rw-r--r-- | puny.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) { |