1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-14 16:50:58 +00:00

(HAVE_VOLATILE): Define.

This commit is contained in:
Richard M. Stallman 1994-07-14 19:41:08 +00:00
parent 72b0c01036
commit 17b9d003e9

View 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).