emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#7918: closed ([PATCH] cc-mode: only the first clau


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#7918: closed ([PATCH] cc-mode: only the first clause of a for-loop should be checked for declarations)
Date: Mon, 25 Apr 2016 18:09:01 +0000

Your message dated Mon, 25 Apr 2016 18:04:30 +0000
with message-id <address@hidden>
and subject line Re: bug#7918: [PATCH] cc-mode: only the first clause of a 
for-loop should be checked for declarations
has caused the debbugs.gnu.org bug report #7918,
regarding [PATCH] cc-mode: only the first clause of a for-loop should be 
checked for declarations
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7918: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7918
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] cc-mode: only the first clause of a for-loop should be checked for declarations Date: Tue, 25 Jan 2011 22:36:22 -0800
// This code has no variable declarations

void foo() {
    for (; (DWORD) a * b ;)
        ;

    for (; a * b ;)
        ;
}

Attachment: fix-for.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#7918: [PATCH] cc-mode: only the first clause of a for-loop should be checked for declarations Date: Mon, 25 Apr 2016 18:04:30 +0000 User-agent: Mutt/1.5.24 (2015-08-30)
Bug fixed in master branch.

-- 
Alan Mackenzie (Nuremberg, Germany).


--- End Message ---

reply via email to

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