Commit Diff


commit - 1516fd4dadd4ddbb5ed22fdd0f48f5537fd39514
commit + 319b7fa9090ddd39e03cb499ca2bcafd3a771a85
blob - aa6c56ad10f6f2a0252f67c2d35cd396a6a68fff
blob + b28065cd5df384c3c9fa25fb454789ce99c458f2
--- puny.c
+++ puny.c
@@ -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)
 {
blob - d3c07716f35ba4e78427186be998fd7199e836ea
blob + 68d06ef1ab94bfbfdd4d77d98a645910c6f8d5a0
--- regress/puny-test.c
+++ regress/puny-test.c
@@ -19,6 +19,9 @@
 
 #include "../gmid.h"
 
+/* to make the linker happy */
+struct conf conf;
+
 struct suite {
 	const char	*src;
 	const char	*res;