summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-04-10 14:51:15 +0000
committerwlemb <wlemb>2004-04-10 14:51:15 +0000
commit686676fbdba16402f4cef7cc8e48ce98b43610f3 (patch)
tree62783e1456bf9b70f5aded3d830ad21752ece114
parenta7f59e584852bf50e9ec405b6919b90d5542c734 (diff)
downloadgroff-686676fbdba16402f4cef7cc8e48ce98b43610f3.tar.gz
* src/utils/hpftodit/hpuni.cpp (hp_msl_to_unicode_list): Don't
use anonymous type.
-rw-r--r--ChangeLog5
-rw-r--r--src/utils/hpftodit/hpuni.cpp4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ff5a03e..d4800c53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-10 Art Haas <ahaas@airmail.net>
+
+ * src/utils/hpftodit/hpuni.cpp (hp_msl_to_unicode_list): Don't
+ use anonymous type.
+
2004-04-09 Art Haas <ahaas@airmail.net>
* src/utils/tfmtodit.cpp (lig_chars): Don't use anonymous type.
diff --git a/src/utils/hpftodit/hpuni.cpp b/src/utils/hpftodit/hpuni.cpp
index 892843ac..470d147f 100644
--- a/src/utils/hpftodit/hpuni.cpp
+++ b/src/utils/hpftodit/hpuni.cpp
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
Written by Jeff Conrad (jeff_conrad@msn.com)
This file is part of groff.
@@ -33,7 +33,7 @@ implement_ptable(hp_msl_to_unicode)
PTABLE(hp_msl_to_unicode) hp_msl_to_unicode_table;
-struct {
+struct S {
const char *key;
const char *value;
} hp_msl_to_unicode_list[] = {