summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-04-09 09:01:20 +0000
committerwlemb <wlemb>2004-04-09 09:01:20 +0000
commita7f59e584852bf50e9ec405b6919b90d5542c734 (patch)
tree3bebe4ea9eac464b79c6f26bf8c6eb416d2758d8 /src/utils
parent6db213602466ae985e880b2c7bc1fca73cdbf87b (diff)
downloadgroff-a7f59e584852bf50e9ec405b6919b90d5542c734.tar.gz
* src/utils/tfmtodit.cpp (lig_chars): Don't use anonymous type.
* arch/misc/shdeps.sh: Generate better comment for sed script.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/tfmtodit/tfmtodit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/tfmtodit/tfmtodit.cpp b/src/utils/tfmtodit/tfmtodit.cpp
index 1c1ba914..2392f7b6 100644
--- a/src/utils/tfmtodit/tfmtodit.cpp
+++ b/src/utils/tfmtodit/tfmtodit.cpp
@@ -650,7 +650,7 @@ lig_chars table. `ch' gives the full-name of the character, `name'
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 {
+struct S {
const char *ch;
int i;
} lig_chars[] = {
@@ -670,7 +670,7 @@ enum { CH_f, CH_i, CH_l, CH_ff, CH_fi, CH_fl, CH_ffi, CH_ffl };
// Each possible ligature appears in this table.
-struct S {
+struct S2 {
unsigned char c1, c2, res;
const char *ch;
} lig_table[] = {