From: Richard M. Stallman Date: Thu, 14 Jul 1994 19:41:08 +0000 (+0000) Subject: (HAVE_VOLATILE): Define. X-Git-Tag: emacs-19.34~7603 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17b9d003e9e3a078535f68eac093f0975d39eedd;p=emacs.git (HAVE_VOLATILE): Define. --- 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. */ #define BSTRING +/* Define this is the compiler understands `volatile'. */ +#define HAVE_VOLATILE + + /* subprocesses should be defined if you want to have code for asynchronous subprocesses (as used in M-x compile and M-x shell).