Mercurial > hg > xemacs-beta
diff nt/config.h @ 282:c42ec1d1cded r21-0b39
Import from CVS: tag r21-0b39
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:33:18 +0200 |
parents | ca9a9ec9c1c1 |
children | 558f606b08ae |
line wrap: on
line diff
--- a/nt/config.h Mon Aug 13 10:32:23 2007 +0200 +++ b/nt/config.h Mon Aug 13 10:33:18 2007 +0200 @@ -1,4 +1,4 @@ -/* XEmacs site configuration template file. -*- C -*- +/* XEmacs configuration file for Win32 -*- C -*- Copyright (C) 1986, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. This file is part of XEmacs. @@ -641,7 +641,7 @@ #endif /* compiler understands #pragma warning*/ -#define enum_field(enumeration_type) enum enumeration_type +#define enum_field(enumeration_type) unsigned int /* We want to avoid saving the signal mask if possible, because that necessitates a system call. */