Message241868
| Author | taleinat |
|---|---|
| Recipients | georg.brandl, larry, loewis, nadeem.vawda, taleinat |
| Date | 2015-04-23.16:45:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1429807540.16.0.988026737072.issue20182@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'm working on a new version of Georg's patch which applies to the current default branch. I'm having trouble with AC output going into a separate file, since this requires a lot of things to be declared before the #include of the .c.h file. Should I move all of those definitions to the top of the file, even if they are currently spread all over it? Should I just add forward declarations? And if the latter, how do I forward-declare a struct typedef? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-04-23 16:45:40 | taleinat | set | recipients: + taleinat, loewis, georg.brandl, larry, nadeem.vawda |
| 2015-04-23 16:45:40 | taleinat | set | messageid: <1429807540.16.0.988026737072.issue20182@psf.upfronthosting.co.za> |
| 2015-04-23 16:45:40 | taleinat | link | issue20182 messages |
| 2015-04-23 16:45:39 | taleinat | create | |