mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
Index: Programs/ctbtest.c
|
|
--- Programs/ctbtest.c.orig
|
|
+++ Programs/ctbtest.c
|
|
@@ -44,6 +44,7 @@ END_OPTION_TABLE
|
|
|
|
TranslationTable textTable;
|
|
TranslationTable untextTable;
|
|
+#define contractionTable staticContractionTable
|
|
static void *contractionTable;
|
|
|
|
static void
|