This commit is contained in:
Georg Brandl 2005-09-15 11:16:28 +00:00
parent 77c85e63b4
commit ff52837445

View file

@ -34,7 +34,7 @@ values from C values.
Return true when the interpreter runs out of stack space. This is a Return true when the interpreter runs out of stack space. This is a
reliable check, but is only available when \constant{USE_STACKCHECK} reliable check, but is only available when \constant{USE_STACKCHECK}
is defined (currently on Windows using the Microsoft Visual \Cpp{} is defined (currently on Windows using the Microsoft Visual \Cpp{}
compiler). \constant{USE_CHECKSTACK} will be compiler). \constant{USE_STACKCHECK} will be
defined automatically; you should never change the definition in defined automatically; you should never change the definition in
your own code. your own code.
\end{cfuncdesc} \end{cfuncdesc}