changeset 43986:63aef9a3adbf

(P_): Definitions deleted.
author Richard M. Stallman <rms@gnu.org>
date Mon, 18 Mar 2002 04:33:33 +0000
parents 2fab49a69d94
children ea6530f23937
files lwlib/lwlib.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/lwlib.c	Mon Mar 18 04:31:36 2002 +0000
+++ b/lwlib/lwlib.c	Mon Mar 18 04:33:33 2002 +0000
@@ -75,14 +75,6 @@
 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 *));