Re: [CEDET-devel] ede-linux doesn't work with master emacs repo
Brought to you by:
zappo
|
From: Chong Y. <cy...@st...> - 2010-09-28 16:33:47
|
"Aneesh Kumar K. V" <ane...@li...> writes: > On Sat, 25 Sep 2010 22:58:20 -0400, "Eric M. Ludlam" <er...@si...> wrote: >> That looks like a problem with the C/C++ parser. It knows that t is >> a struct, but claims it is a prototype. I think you are missing a >> change from a short series of checkins ending on 2010-03-14 that deal >> with the way compound tags (where you have a named struct, AND a >> declaration of a variable t) are dealt with. >> >> I'll take a wild guess that semantic-c.el was not imported right. >> >> Eric > > Any update here ? Is there a test branch i can test ? I'm still trying to figure it out. I did find one set of changes from semantic-c.el that I had omitted, but after merging it in, and checking that the relevant files (bovine/c vs semantic-c, bovine/c-by vs semantic-c-by, and semantic/analyze vs semantic-analyze) have no more relevant differences, the bug remains. Eric, other than semantic-c, is there any other file I should keep an eye out for? |