This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: something that would be nice


"Matt Wells" <mwells@gigablast.com> writes:

| oh, follow up question.
| if i had a bunch of these functions in one file wouldn't i have
| to do it like:
| struct foo1 { int i; int j; } bar () ;
| struct foo2 { int i; int j; } bar () ;
| struct foo3 { int i; int j; } bar () ;
| ...
| ?

Yes.

Which is why I wondered why you thought it was much simpler ;-)

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]