Message236403
Argument Clinic generates multiple definitions in non-block mode for functions with alternating signature. See example file. If FOO is not defines, SPAM_METHODDEF is defined twice.
First time in:
#ifndef SPAM_METHODDEF
#define SPAM_METHODDEF
#endif /* !defined(SPAM_METHODDEF) */
Second time in:
#if !defined(FOO)
...
#define SPAM_METHODDEF \ |
|
| Date |
User |
Action |
Args |
| 2015-02-22 10:37:42 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka |
| 2015-02-22 10:37:42 | serhiy.storchaka | set | messageid: <1424601462.93.0.790792182733.issue23500@psf.upfronthosting.co.za> |
| 2015-02-22 10:37:42 | serhiy.storchaka | link | issue23500 messages |
| 2015-02-22 10:37:42 | serhiy.storchaka | create | |
|