aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lwlib/lwlib.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c
index f7e68925c9c..22761993e56 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -75,14 +75,6 @@ char *lwlib_toolkit_type = "motif";
75char *lwlib_toolkit_type = "lucid"; 75char *lwlib_toolkit_type = "lucid";
76#endif 76#endif
77 77
78#ifndef P_
79#if defined __STDC__ || defined PROTOTYPES
80#define P_(x) x
81#else
82#define P_(x) ()
83#endif
84#endif
85
86static widget_value *merge_widget_value P_ ((widget_value *, 78static widget_value *merge_widget_value P_ ((widget_value *,
87 widget_value *, 79 widget_value *,
88 int, int *)); 80 int, int *));