1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 14:01:47 -07:00

(P_): Definitions deleted.

This commit is contained in:
Richard M. Stallman 2002-03-18 04:33:33 +00:00
parent 93e92186be
commit df5c36cd5c

View file

@ -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 *));