diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-03-18 04:33:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-03-18 04:33:33 +0000 |
commit | df5c36cd5cb7f3c73b58373fb951b15d2cd03af7 (patch) | |
tree | 17b1683918d8f85bc30277d6dc0926143f5e3388 /lwlib/lwlib.c | |
parent | 93e92186be730ac90ef9b18266067216c3c9bcbc (diff) |
(P_): Definitions deleted.
Diffstat (limited to 'lwlib/lwlib.c')
-rw-r--r-- | lwlib/lwlib.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index f7e68925c9..22761993e5 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -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 *)); |