BrowserUk has asked for the wisdom of the Perl Monks concerning the following question:
Has anyone encountered, or hazard a guess at the purpose of, the #define __P I found in a header file:
#undef __P #define __P(protos) protos ... // all functions defined as char *func __P((int *, int *, int *));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: [OT] C preprocessor help - trying to build an XS module.
by Marshall (Canon) on Oct 31, 2011 at 17:59 UTC | |
by BrowserUk (Patriarch) on Oct 31, 2011 at 18:14 UTC |