diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-17 01:43:42 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-17 01:43:42 +0000 |
commit | a8ef55665a00078b5e7902dac1bf66fe969b43bd (patch) | |
tree | 9f2971370eef268674117433d8d4738c9d996d30 /Porting/config_H | |
parent | 1feea2c750cf5f74093deff93d1536d7d44a8925 (diff) | |
download | perl-a8ef55665a00078b5e7902dac1bf66fe969b43bd.tar.gz |
Regen Glossary.
p4raw-id: //depot/perl@14725
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Porting/config_H b/Porting/config_H index ab44615bea..536c66e864 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Tue Jan 22 18:37:28 EET 2002 + * Configuration time: Sun Feb 17 04:40:47 EET 2002 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -3421,18 +3421,18 @@ * If defined, this macro indicates that the C compiler can handle * function prototypes. */ -/* PROTO_: +/* _: * This macro is used to declare function parameters for folks who want * to make declarations with prototypes using a different style than * the above macros. Use double parentheses. For example: * - * int main PROTO_((int argc, char *argv[])); + * int main _((int argc, char *argv[])); */ #define CAN_PROTOTYPE /**/ #ifdef CAN_PROTOTYPE -#define PROTO_(args) args +#define _(args) args #else -#define PROTO_(args) () +#define _(args) () #endif /* SH_PATH: |