diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-03-16 09:39:48 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-03-16 09:39:48 +0000 |
commit | 663671d5a82dc8514e055e248294c1ef4b394342 (patch) | |
tree | ae2277887e94516267a2de90c84baf17b8d757d4 /lwlib/lwlib.c | |
parent | 5a597a71a6a821d59214d0129e684d5c2414687a (diff) | |
download | emacs-663671d5a82dc8514e055e248294c1ef4b394342.tar.gz |
(P_): Don't define if already defined.
Diffstat (limited to 'lwlib/lwlib.c')
-rw-r--r-- | lwlib/lwlib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index bf542f36f52..f7e68925c9c 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -75,11 +75,13 @@ char *lwlib_toolkit_type = "motif"; char *lwlib_toolkit_type = "lucid"; #endif +#ifndef P_ #if defined __STDC__ || defined PROTOTYPES #define P_(x) x #else #define P_(x) () #endif +#endif static widget_value *merge_widget_value P_ ((widget_value *, widget_value *, |