summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-Xm.c
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2002-04-22 18:25:55 +0000
committerJan Djärv <jan.h.d@swipnet.se>2002-04-22 18:25:55 +0000
commit9b7e90fd17481a5471f344d2ddf8b0f102912e9a (patch)
tree5f0e4e4ee18484003f2dbe67ab3752728119f501 /lwlib/lwlib-Xm.c
parent4db7db7d55c7b9778180e7f4c94fd9afc18e4d7c (diff)
downloademacs-9b7e90fd17481a5471f344d2ddf8b0f102912e9a.tar.gz
Remove compiler warning
Diffstat (limited to 'lwlib/lwlib-Xm.c')
-rw-r--r--lwlib/lwlib-Xm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c
index 26aa9536c40..c55aa473247 100644
--- 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