From 4d7bc38cdcb1fb457dfd34fdf7c81e507a002867 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 14 Feb 2006 00:26:58 +0000 Subject: [PATCH] * NEWS: Clarify symbols versus types in unused-value warnings. --- ChangeLog | 2 ++ NEWS | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7db9317..e9201f03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-02-13 Paul Eggert + * NEWS: Clarify symbols versus types in unused-value warnings. + * configure.ac (AC_INIT): Bump version number. 2006-02-13 Paul Eggert diff --git a/NEWS b/NEWS index 8d321cdf..b4760b74 100644 --- a/NEWS +++ b/NEWS @@ -7,8 +7,8 @@ Changes in version 2.1a, 2006-02-13: their contents together. * New warning: unused values - Typed right-hand side symbols whose values are not used are reported, - if the associated types have destructors. For instance: + Right-hand side symbols whose values are not used are reported, + if the symbols have destructors. For instance: exp: exp "?" exp ":" exp { $1 ? $1 : $3; } | exp "+" exp -- 2.45.2