summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-07-30 11:30:32 +0000
committerDave Love <fx@gnu.org>2002-07-30 11:30:32 +0000
commitd7e78a446a9483c05fda98c2e461b256c62af41e (patch)
tree1aa72e1bbef216bd4f014ad95adc0f27e13256cc /lwlib
parenta032b9bd7a3fe3ab55e9d5d8e828911a88d603d9 (diff)
downloademacs-d7e78a446a9483c05fda98c2e461b256c62af41e.tar.gz
Don't redefine P_.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/lwlib.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c
index bf542f36f52..22761993e56 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -75,12 +75,6 @@ char *lwlib_toolkit_type = "motif";
char *lwlib_toolkit_type = "lucid";
#endif
-#if defined __STDC__ || defined PROTOTYPES
-#define P_(x) x
-#else
-#define P_(x) ()
-#endif
-
static widget_value *merge_widget_value P_ ((widget_value *,
widget_value *,
int, int *));