]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove compiler warning
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 22 Apr 2002 18:25:55 +0000 (18:25 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 22 Apr 2002 18:25:55 +0000 (18:25 +0000)
lwlib/lwlib-Xm.c

index 26aa9536c4067c117848bade0250a451fc010705..c55aa473247ab6df9d3f27adbe8ce57f6d5ce2f4 100644 (file)
@@ -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