summaryrefslogtreecommitdiff
path: root/Include/ceval.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-02-09 23:20:19 +0000
committerGuido van Rossum <guido@python.org>2007-02-09 23:20:19 +0000
commit07957a99722f426378ea7d54f45988d7e6f47bdb (patch)
treede725afabaa2a7972b7260c50042816bbbe42925 /Include/ceval.h
parent3b152955e7f0a24123825e166b6354356f5f88d8 (diff)
downloadcpython-07957a99722f426378ea7d54f45988d7e6f47bdb.tar.gz
Kill off softspace completely (except in formatter.py which seems to have
a different feature with the same name). The change to test_doctest.txt reduces the doctest failures to 3.
Diffstat (limited to 'Include/ceval.h')
-rw-r--r--Include/ceval.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/ceval.h b/Include/ceval.h
index f4411977fb..9c77a85a96 100644
--- a/Include/ceval.h
+++ b/Include/ceval.h
@@ -40,8 +40,6 @@ PyAPI_FUNC(int) PyEval_GetRestricted(void);
flag was set, else return 0. */
PyAPI_FUNC(int) PyEval_MergeCompilerFlags(PyCompilerFlags *cf);
-PyAPI_FUNC(int) Py_FlushLine(void);
-
PyAPI_FUNC(int) Py_AddPendingCall(int (*func)(void *), void *arg);
PyAPI_FUNC(int) Py_MakePendingCalls(void);