]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't redefine P_.
authorDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:30:32 +0000 (11:30 +0000)
committerDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:30:32 +0000 (11:30 +0000)
lwlib/lwlib.c

index bf542f36f5287f64a76de72ff6170acfb1d4d8fe..22761993e56a7bdb1cca162649022ab66e8c7b36 100644 (file)
@@ -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 *));