bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: patch for C99; plus NEWS updates


From: Paul Eggert
Subject: Re: patch for C99; plus NEWS updates
Date: Mon, 13 Feb 2006 16:28:08 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

"Joel E. Denny" <address@hidden> writes:

> Whether a symbol is typed doesn't affect the warning as far as I can
> tell.... Moreover, types don't have destructors; symbols do.

Thanks; I installed this:

2006-02-13  Paul Eggert  <address@hidden>

        * NEWS: Clarify symbols versus types in unused-value warnings.

--- NEWS.~1.142~        2006-02-13 16:25:38.000000000 -0800
+++ NEWS        2006-02-13 16:22:20.000000000 -0800
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]