22 lines
633 B
Text
22 lines
633 B
Text
$NetBSD: patch-ao,v 1.1 2006/03/21 17:30:00 yyamano Exp $
|
|
|
|
--- tfmtodit/tfmtodit.cc.orig 2006-03-22 01:56:43.000000000 +0900
|
|
+++ tfmtodit/tfmtodit.cc
|
|
@@ -651,7 +651,7 @@ lig_chars table. `ch' gives the full-nam
|
|
gives the groff name of the character, `i' gives its index in
|
|
the encoding, which is filled in later (-1 if it does not appear). */
|
|
|
|
-struct {
|
|
+static struct {
|
|
const char *ch;
|
|
int i;
|
|
} lig_chars[] = {
|
|
@@ -671,7 +671,7 @@ enum { CH_f, CH_i, CH_l, CH_ff, CH_fi, C
|
|
|
|
// Each possible ligature appears in this table.
|
|
|
|
-struct {
|
|
+static struct {
|
|
unsigned char c1, c2, res;
|
|
const char *ch;
|
|
} lig_table[] = {
|