summaryrefslogtreecommitdiff
path: root/Include/pythonrun.h
diff options
context:
space:
mode:
authorJason Tishler <jason@tishler.net>2004-08-09 15:02:30 +0000
committerJason Tishler <jason@tishler.net>2004-08-09 15:02:30 +0000
commit0d2a75c7b867fca895ac420db3585297c51864c7 (patch)
tree535d6154a35baa65c940d8f8be28cf408fc64456 /Include/pythonrun.h
parent7f203b847b727ca36f05f75b53801f43bd02c5d8 (diff)
downloadcpython-git-0d2a75c7b867fca895ac420db3585297c51864c7.tar.gz
Patch #1006003: Cygwin standard module build problems
Add missing PyAPI_FUNC/PyAPI_DATA macros.
Diffstat (limited to 'Include/pythonrun.h')
-rw-r--r--Include/pythonrun.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h
index 746ba7ed93..88ceea3338 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.h
@@ -121,6 +121,7 @@ PyAPI_FUNC(void) PyOS_FiniInterrupts(void);
PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, char *);
PyAPI_DATA(int) (*PyOS_InputHook)(void);
PyAPI_DATA(char) *(*PyOS_ReadlineFunctionPointer)(FILE *, FILE *, char *);
+PyAPI_DATA(PyThreadState*) _PyOS_ReadlineTState;
/* Stack size, in "pointers" (so we get extra safety margins
on 64-bit platforms). On a 32-bit platform, this translates