diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-09-17 03:43:54 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-09-17 03:43:54 +0000 |
commit | 6df54671fdbe53113164ffed5b36fa2a83ae85e0 (patch) | |
tree | d4aeca53aa080087d8cdf29b430bef944b897e43 /src/m/intel386.h | |
parent | 488b7cb38fdeb47e67b0f6e8edd10e01cbc55595 (diff) | |
download | emacs-6df54671fdbe53113164ffed5b36fa2a83ae85e0.tar.gz |
Replaced symbol BSD with BSD_SYSTEM.
Diffstat (limited to 'src/m/intel386.h')
-rw-r--r-- | src/m/intel386.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h index b8e6591b64b..fd2aac37376 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -200,9 +200,9 @@ NOTE-END */ #endif /* USG */ #endif /* not XENIX */ -#ifdef BSD +#ifdef BSD_SYSTEM #define HAVE_ALLOCA -#endif /* BSD */ +#endif /* BSD_SYSTEM */ /* If compiling with GCC, let GCC implement alloca. */ #if defined(__GNUC__) && !defined(alloca) |