]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_VOLATILE): Define.
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 Jul 1994 19:41:08 +0000 (19:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 Jul 1994 19:41:08 +0000 (19:41 +0000)
src/s/msdos.h

index a62aa66929e44927059a1f37cd3326454b759844..6ee4d3c37ea916650750ae2964c0579c30ea4d3f 100644 (file)
@@ -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).