From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Elizabeth Chastain To: jtc@redback.com Cc: gdb-patches@sourceware.cygnus.com Subject: Re: [PATCH]: misc header file cleanup. Date: Thu, 01 Mar 2001 14:12:00 -0000 Message-id: <200103012212.OAA12389@bosch.cygnus.com> X-SW-Source: 2001-03/msg00029.html Hi J. T., > In any case, there is no harm to fix the macros now in case someone > decides to use them later. Agreed. > And other things I choose to simple suppress (fortunately, the lint I'm > using has very finegrained control over error message generation). I'm interested in operator precedence errors. I have noticed "a % b * c" (where the author meant "a % (b * c)") and also the classic "a & b == c". Michael