Re: C front end trouble

2009-04-06 Thread Ian Lance Taylor
Guilherme Puglia <1c3br...@gmail.com> writes: > I´m having some troubles again. I wanna convert a tree structure to > c_declspecs structure. > > Anybody know how I could do that? That seems like an odd transformation to want to make. There is nothing in the compiler which does that today. You c

C front end trouble

2009-04-06 Thread Guilherme Puglia
Hi, I´m having some troubles again. I wanna convert a tree structure to c_declspecs structure. Anybody know how I could do that? Thanks -- -- "Never memorize something that you can look up." - Albert Einstein --