summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2000-08-28 10:43:20 +0000
committerBruno Haible <bruno@clisp.org>2000-08-28 10:43:20 +0000
commit71a393d4b30699cfd5a03400cefa958521f85e89 (patch)
tree4295741e8578f55a90825ea9b7614df7fb16faab /ChangeLog
parentb2354903c7bd53582da3b04856798309a9237672 (diff)
downloadgperf-71a393d4b30699cfd5a03400cefa958521f85e89.tar.gz
Avoid warnings from Sun CC and HP-UX aCC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a67d72b..cf92c8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2000-08-28 Bruno Haible <bruno@linuix.math.u-bordeaux.fr>
+ * lib/getopt.h (struct option): Use "const" also when compiling in
+ C++ mode. Avoids warnings from Sun CC and HP-UX aCC.
+
* doc/Makefile.in (docdir): Change from $(datadir)/doc/@PACKAGE@ to
$(prefix)/doc/@PACKAGE@, following the newest GNU standards.