blob: 824ed908566c996f81c09a8467037650dd8ac480 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/gensktab.c.orig 2020-08-28 17:56:24 UTC
+++ src/gensktab.c
@@ -2,7 +2,7 @@
#include <stdio.h>
#include "cpmio.h"
-int skew;
+extern int skew;
int *skewtab;
/*
|