From: Dave Love Date: Tue, 30 Jul 2002 11:30:32 +0000 (+0000) Subject: Don't redefine P_. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~507 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7e78a446a9483c05fda98c2e461b256c62af41e;p=emacs.git Don't redefine P_. --- 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 *));