aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-14 19:41:08 +0000
committerRichard M. Stallman1994-07-14 19:41:08 +0000
commit17b9d003e9e3a078535f68eac093f0975d39eedd (patch)
tree6a73b0187b5d4654f265ddba295af0238cc47d93 /src
parent72b0c010367740f79e0f2d46fdd5ac3b7c42ca8f (diff)
downloademacs-17b9d003e9e3a078535f68eac093f0975d39eedd.tar.gz
emacs-17b9d003e9e3a078535f68eac093f0975d39eedd.zip
(HAVE_VOLATILE): Define.
Diffstat (limited to 'src')
-rw-r--r--src/s/msdos.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h
index a62aa66929e..6ee4d3c37ea 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -112,6 +112,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
112 112
113#define BSTRING 113#define BSTRING
114 114
115/* Define this is the compiler understands `volatile'. */
116#define HAVE_VOLATILE
117
118
115/* subprocesses should be defined if you want to 119/* subprocesses should be defined if you want to
116 have code for asynchronous subprocesses 120 have code for asynchronous subprocesses
117 (as used in M-x compile and M-x shell). 121 (as used in M-x compile and M-x shell).