emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lwlib/lwlib.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lwlib/lwlib.c
Date: Sun, 17 Mar 2002 23:33:33 -0500

Index: emacs/lwlib/lwlib.c
diff -c emacs/lwlib/lwlib.c:1.46 emacs/lwlib/lwlib.c:1.47
*** emacs/lwlib/lwlib.c:1.46    Sat Mar 16 04:39:28 2002
--- emacs/lwlib/lwlib.c Sun Mar 17 23:33:33 2002
***************
*** 75,88 ****
  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 *));
--- 75,80 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]