2287. [bug] Use 'volatile' if the compiler supports it. [RT #17413]

This commit is contained in:
Mark Andrews
2008-01-04 03:28:39 +00:00
parent 79207ee45a
commit 8486ce1efa
5 changed files with 101 additions and 34 deletions

View File

@@ -16,7 +16,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.h.in,v 1.90 2007/09/14 03:40:36 marka Exp $ */
/* $Id: config.h.in,v 1.94 2008/01/24 02:39:43 marka Exp $ */
/*! \file */
@@ -316,3 +316,7 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to `unsigned long' if <sys/types.h> does not define. */
#undef uintptr_t
/* Define to empty if the keyword `volatile' does not work. Warning: valid
code using `volatile' can become incorrect without. Disable with care. */
#undef volatile