diff options
| author | Dave Love | 2002-07-30 11:30:32 +0000 |
|---|---|---|
| committer | Dave Love | 2002-07-30 11:30:32 +0000 |
| commit | d7e78a446a9483c05fda98c2e461b256c62af41e (patch) | |
| tree | 1aa72e1bbef216bd4f014ad95adc0f27e13256cc | |
| parent | a032b9bd7a3fe3ab55e9d5d8e828911a88d603d9 (diff) | |
| download | emacs-d7e78a446a9483c05fda98c2e461b256c62af41e.tar.gz emacs-d7e78a446a9483c05fda98c2e461b256c62af41e.zip | |
Don't redefine P_.
| -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"; | |||
| 75 | char *lwlib_toolkit_type = "lucid"; | 75 | char *lwlib_toolkit_type = "lucid"; |
| 76 | #endif | 76 | #endif |
| 77 | 77 | ||
| 78 | #if defined __STDC__ || defined PROTOTYPES | ||
| 79 | #define P_(x) x | ||
| 80 | #else | ||
| 81 | #define P_(x) () | ||
| 82 | #endif | ||
| 83 | |||
| 84 | static widget_value *merge_widget_value P_ ((widget_value *, | 78 | static widget_value *merge_widget_value P_ ((widget_value *, |
| 85 | widget_value *, | 79 | widget_value *, |
| 86 | int, int *)); | 80 | int, int *)); |