1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-25 16:22:37 -07:00

Support for stackprobe on w3i3pc and w3i6pc.

Copied from Perforce
 Change: 184998
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-03-25 11:05:09 +00:00
parent c1df7b56ce
commit 30e8b23b45

View file

@ -341,12 +341,10 @@
/* Stack configuration */
/* Currently StackProbe has a useful implementation only on
* Intel platforms and only when using Microsoft build tools (builder.mv)
*/
#if defined(MPS_ARCH_I3) && defined(MPS_BUILD_MV)
/* Currently StackProbe has a useful implementation only on Windows. */
#if defined(MPS_OS_W3) && defined(MPS_ARCH_I3)
#define StackProbeDEPTH ((Size)500)
#elif defined(MPS_PF_W3I6MV)
#elif defined(MPS_OS_W3) && defined(MPS_ARCH_I6)
#define StackProbeDEPTH ((Size)500)
#else
#define StackProbeDEPTH ((Size)0)