# HG changeset patch # User Richard M. Stallman # Date 1016426013 0 # Node ID 63aef9a3adbf695169f85c202654bb4832f8d695 # Parent 2fab49a69d940379e70095f0df948b91a3222ab7 (P_): Definitions deleted. diff -r 2fab49a69d94 -r 63aef9a3adbf lwlib/lwlib.c --- 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 *));