summaryrefslogtreecommitdiff
path: root/lwlib/lwlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lwlib/lwlib.c')
-rw-r--r--lwlib/lwlib.c2
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 *,