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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lwlib/lwlib.c
Date: Sat, 16 Mar 2002 04:39:28 -0500

Index: emacs/lwlib/lwlib.c
diff -c emacs/lwlib/lwlib.c:1.45 emacs/lwlib/lwlib.c:1.46
*** emacs/lwlib/lwlib.c:1.45    Tue Dec 18 01:23:17 2001
--- emacs/lwlib/lwlib.c Sat Mar 16 04:39:28 2002
***************
*** 75,84 ****
--- 75,86 ----
  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 *,



reply via email to

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