Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5dddb7a8
Commit
5dddb7a8
authored
Jul 12, 2010
by
Dan Nicolaescu
Browse files
* nt/config.nt (volatile): Remove definition.
parent
e9952282
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
nt/ChangeLog
nt/ChangeLog
+4
-0
nt/config.nt
nt/config.nt
+0
-7
No files found.
nt/ChangeLog
View file @
5dddb7a8
2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
* config.nt (volatile): Remove definition.
2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
* config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
* config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
...
...
nt/config.nt
View file @
5dddb7a8
...
@@ -349,13 +349,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
...
@@ -349,13 +349,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define my_strftime nstrftime /* for strftime.c */
#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
#ifndef WINDOWSNT
/* Some of the files of Emacs which are intended for use with other
/* 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
programs assume that if you have a config.h file, you must declare
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment