diff options
author | Dave Love <fx@gnu.org> | 2002-07-30 11:30:32 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-07-30 11:30:32 +0000 |
commit | d7e78a446a9483c05fda98c2e461b256c62af41e (patch) | |
tree | 1aa72e1bbef216bd4f014ad95adc0f27e13256cc /lwlib | |
parent | a032b9bd7a3fe3ab55e9d5d8e828911a88d603d9 (diff) | |
download | emacs-d7e78a446a9483c05fda98c2e461b256c62af41e.tar.gz |
Don't redefine P_.
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/lwlib.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index bf542f36f52..22761993e56 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -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 *)); |