From: Dan Nicolaescu Date: Mon, 12 Jul 2010 18:16:54 +0000 (-0700) Subject: * nt/config.nt (volatile): Remove definition. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~67 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5dddb7a8b16f6d4ccad4edee93f5ea944cdd9337;p=emacs.git * nt/config.nt (volatile): Remove definition. --- 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