Message171655
Ok, I'm not Martin, but I'll try to answer. An ABI pertains to the interfaces exposed by compiled object code, not source code. With C, function signatures in compiled code don't keep any type information (*), and they obviously doesn't know about macros either. So I'd answer "No" to both questions :-)
(*) it would be different with C++, because of name mangling |
|
Date |
User |
Action |
Args |
2012-09-30 18:28:31 | pitrou | set | recipients:
+ pitrou, loewis, mark.dickinson, vstinner, ezio.melotti |
2012-09-30 18:28:31 | pitrou | set | messageid: <1349029711.63.0.375874281636.issue16086@psf.upfronthosting.co.za> |
2012-09-30 18:28:31 | pitrou | link | issue16086 messages |
2012-09-30 18:28:31 | pitrou | create | |
|