diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-25 14:05:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-25 14:05:49 +0000 |
commit | e884ce816e85b7924cc4783555e82a3c5165fcfd (patch) | |
tree | 213fd11e304183723bfb420219fd4d7ec0b08d4a /config_h.SH | |
parent | 74410c12171c00e0d09b82b6e20659405213d012 (diff) | |
download | perl-e884ce816e85b7924cc4783555e82a3c5165fcfd.tar.gz |
Okay, you can come home now, _().
p4raw-id: //depot/perl@14413
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config_h.SH b/config_h.SH index f91508ff8f..2d15aac693 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3441,18 +3441,18 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * 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[])); */ #$prototype CAN_PROTOTYPE /**/ #ifdef CAN_PROTOTYPE -#define PROTO_(args) args +#define _(args) args #else -#define PROTO_(args) () +#define _(args) () #endif /* SH_PATH: |