Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
281:090b52736db2 | 282:c42ec1d1cded |
---|---|
1 /* XEmacs site configuration template file. -*- C -*- | 1 /* XEmacs configuration file for Win32 -*- C -*- |
2 Copyright (C) 1986, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. | 2 Copyright (C) 1986, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. |
3 | 3 |
4 This file is part of XEmacs. | 4 This file is part of XEmacs. |
5 | 5 |
6 XEmacs is free software; you can redistribute it and/or modify it | 6 XEmacs is free software; you can redistribute it and/or modify it |
639 /* 'expression' : signed/unsigned mismatch */ | 639 /* 'expression' : signed/unsigned mismatch */ |
640 #pragma warning ( disable : 4018 ) | 640 #pragma warning ( disable : 4018 ) |
641 | 641 |
642 #endif /* compiler understands #pragma warning*/ | 642 #endif /* compiler understands #pragma warning*/ |
643 | 643 |
644 #define enum_field(enumeration_type) enum enumeration_type | 644 #define enum_field(enumeration_type) unsigned int |
645 | 645 |
646 /* We want to avoid saving the signal mask if possible, because | 646 /* We want to avoid saving the signal mask if possible, because |
647 that necessitates a system call. */ | 647 that necessitates a system call. */ |
648 #ifdef HAVE_SIGSETJMP | 648 #ifdef HAVE_SIGSETJMP |
649 # define SETJMP(x) sigsetjmp (x, 0) | 649 # define SETJMP(x) sigsetjmp (x, 0) |