mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
* nt/config.nt (volatile): Remove definition.
This commit is contained in:
parent
e9952282f8
commit
5dddb7a8b1
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user