From 5dddb7a8b16f6d4ccad4edee93f5ea944cdd9337 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Mon, 12 Jul 2010 11:16:54 -0700 Subject: [PATCH] * nt/config.nt (volatile): Remove definition. --- nt/ChangeLog | 4 ++++ nt/config.nt | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/nt/ChangeLog b/nt/ChangeLog index 1b82d320e3a..6e6ed00696d 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2010-07-12 Dan Nicolaescu + + * config.nt (volatile): Remove definition. + 2010-07-07 Andreas Schwab * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs. diff --git a/nt/config.nt b/nt/config.nt index a5d2ff994ed..683070f1063 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -349,13 +349,6 @@ along with GNU Emacs. If not, see . */ #define my_strftime nstrftime /* for strftime.c */ -/* Non-ANSI C compilers usually don't have volatile. */ -#ifndef HAVE_VOLATILE -#ifndef __STDC__ -#define volatile -#endif -#endif - #ifndef WINDOWSNT /* Some of the files of Emacs which are intended for use with other programs assume that if you have a config.h file, you must declare -- 2.39.2