]> git.eshelyaron.com Git - emacs.git/commitdiff
(P_): Definitions deleted.
authorRichard M. Stallman <rms@gnu.org>
Mon, 18 Mar 2002 04:33:33 +0000 (04:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 18 Mar 2002 04:33:33 +0000 (04:33 +0000)
lwlib/lwlib.c

index f7e68925c9c338fd2ed153485273cb190b2027ea..22761993e56a7bdb1cca162649022ab66e8c7b36 100644 (file)
@@ -75,14 +75,6 @@ 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 *,
                                             int, int *));