emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100799: * nt/config.nt (volatile): R


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100799: * nt/config.nt (volatile): Remove definition.
Date: Mon, 12 Jul 2010 11:16:54 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100799
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Mon 2010-07-12 11:16:54 -0700
message:
  * nt/config.nt (volatile): Remove definition.
modified:
  nt/ChangeLog
  nt/config.nt
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2010-07-07 22:18:28 +0000
+++ b/nt/ChangeLog      2010-07-12 18:16:54 +0000
@@ -1,3 +1,7 @@
+2010-07-12  Dan Nicolaescu  <address@hidden>
+
+       * config.nt (volatile): Remove definition.
+
 2010-07-07  Andreas Schwab  <address@hidden>
 
        * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2010-07-07 22:18:28 +0000
+++ b/nt/config.nt      2010-07-12 18:16:54 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]