changeset 109367:6824182eb4cf

* nt/config.nt (volatile): Remove definition.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 12 Jul 2010 11:16:54 -0700
parents 2a3fdfdeb7b3
children c200b37ae7d1
files nt/ChangeLog nt/config.nt
diffstat 2 files changed, 4 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/nt/ChangeLog	Mon Jul 12 20:10:49 2010 +0200
+++ b/nt/ChangeLog	Mon Jul 12 11:16:54 2010 -0700
@@ -1,3 +1,7 @@
+2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* config.nt (volatile): Remove definition.
+
 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
--- a/nt/config.nt	Mon Jul 12 20:10:49 2010 +0200
+++ b/nt/config.nt	Mon Jul 12 11:16:54 2010 -0700
@@ -349,13 +349,6 @@
 
 #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