projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4db7db7
)
Remove compiler warning
author
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 22 Apr 2002 18:25:55 +0000
(18:25 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 22 Apr 2002 18:25:55 +0000
(18:25 +0000)
lwlib/lwlib-Xm.c
patch
|
blob
|
history
diff --git
a/lwlib/lwlib-Xm.c
b/lwlib/lwlib-Xm.c
index 26aa9536c4067c117848bade0250a451fc010705..c55aa473247ab6df9d3f27adbe8ce57f6d5ce2f4 100644
(file)
--- a/
lwlib/lwlib-Xm.c
+++ b/
lwlib/lwlib-Xm.c
@@
-61,6
+61,7
@@
Boston, MA 02111-1307, USA. */
#include <Xm/DialogS.h>
#include <Xm/Form.h>
+#undef P_
#if defined __STDC__ || defined PROTOTYPES
#define P_(X) X
#else