]> git.eshelyaron.com Git - emacs.git/commitdiff
* nt/config.nt (volatile): Remove definition.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 12 Jul 2010 18:16:54 +0000 (11:16 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 12 Jul 2010 18:16:54 +0000 (11:16 -0700)
nt/ChangeLog
nt/config.nt

index 1b82d320e3a2faf62d4f89c3954b7ee4169d11fa..6e6ed00696d541b4eade963abfacf1046d342811 100644 (file)
@@ -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.
index a5d2ff994ed5a04e2a5a7d0ae86cff077ffe4e04..683070f106325a406815097ad24787df7d91ce4e 100644 (file)
@@ -349,13 +349,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #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