summaryrefslogtreecommitdiffstats
path: root/Include/ceval.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-03-27 17:29:31 (GMT)
committerGuido van Rossum <guido@python.org>1992-03-27 17:29:31 (GMT)
commit704a26c5f38803ba5f2aa3c57cdfe9a06a6335e5 (patch)
tree4ffc8935385fe2d4a107fa0c8e6f82d0c27f1dd2 /Include/ceval.h
parent0a066c07ac379e7d1e055a0a940836200348f23e (diff)
downloadcpython-704a26c5f38803ba5f2aa3c57cdfe9a06a6335e5.zip
cpython-704a26c5f38803ba5f2aa3c57cdfe9a06a6335e5.tar.gz
cpython-704a26c5f38803ba5f2aa3c57cdfe9a06a6335e5.tar.bz2
lint (added flushline() interface)
Diffstat (limited to 'Include/ceval.h')
-rw-r--r--Include/ceval.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/ceval.h b/Include/ceval.h
index 44756b2..82f834e 100644
--- a/Include/ceval.h
+++ b/Include/ceval.h
@@ -33,3 +33,4 @@ object *getglobals PROTO((void));
object *getlocals PROTO((void));
void printtraceback PROTO((FILE *));
+void flushline PROTO((void));