1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

Remove compiler warning

This commit is contained in:
Jan Djärv 2002-04-22 18:25:55 +00:00
parent 4db7db7d55
commit 9b7e90fd17

View 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