Mercurial > emacs
comparison lwlib/lwlib.c @ 88924:6ab7bfc7590d
Don't redefine P_.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 30 Jul 2002 11:30:32 +0000 |
parents | 87f989b9dad5 |
children |
comparison
equal
deleted
inserted
replaced
88923:3f49d0bc09e1 | 88924:6ab7bfc7590d |
---|---|
71 | 71 |
72 #ifdef USE_MOTIF | 72 #ifdef USE_MOTIF |
73 char *lwlib_toolkit_type = "motif"; | 73 char *lwlib_toolkit_type = "motif"; |
74 #else | 74 #else |
75 char *lwlib_toolkit_type = "lucid"; | 75 char *lwlib_toolkit_type = "lucid"; |
76 #endif | |
77 | |
78 #if defined __STDC__ || defined PROTOTYPES | |
79 #define P_(x) x | |
80 #else | |
81 #define P_(x) () | |
82 #endif | 76 #endif |
83 | 77 |
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 *)); |