From ff5283744581d2034db58a535b9b7b4ecfc3b3cb Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 15 Sep 2005 11:16:28 +0000 Subject: [PATCH] fix typo --- Doc/api/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex index ff8973f2fa..12216f29d8 100644 --- a/Doc/api/utilities.tex +++ b/Doc/api/utilities.tex @@ -34,7 +34,7 @@ values from C values. Return true when the interpreter runs out of stack space. This is a reliable check, but is only available when \constant{USE_STACKCHECK} 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 your own code. \end{cfuncdesc} -- 2.40.0