define conf in the test program, not in puny.c

This commit is contained in:
Omar Polo 2021-02-08 12:43:36 +00:00
parent 1516fd4dad
commit 319b7fa909
2 changed files with 3 additions and 3 deletions

3
puny.c
View File

@ -28,9 +28,6 @@
#define IBIAS 72
#define IN 128
/* to make the linker happy */
struct conf conf;
static int
adapt(int delta, int numpoints, int firsttime)
{

View File

@ -19,6 +19,9 @@
#include "../gmid.h"
/* to make the linker happy */
struct conf conf;
struct suite {
const char *src;
const char *res;