summaryrefslogtreecommitdiff
path: root/Include/ceval.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1993-11-01 16:28:59 +0000
committerGuido van Rossum <guido@python.org>1993-11-01 16:28:59 +0000
commit29294d31c82585a23a71afc8ac043f513908095a (patch)
treea8afb07788a011cac2dae9c9925a95e218b6af97 /Include/ceval.h
parent63556d9da20d676193d534aafeab3be6bffe09fd (diff)
downloadcpython-29294d31c82585a23a71afc8ac043f513908095a.tar.gz
* ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,
pythonrun.c: added static forward declarations * pythonrun.h, ceval.h, longobject.h, node.h: removed declarations of static routines
Diffstat (limited to 'Include/ceval.h')
-rw-r--r--Include/ceval.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/ceval.h b/Include/ceval.h
index a6948f1114..1c830c3d44 100644
--- a/Include/ceval.h
+++ b/Include/ceval.h
@@ -35,7 +35,6 @@ object *call_object PROTO((object *, object *));
object *getglobals PROTO((void));
object *getlocals PROTO((void));
object *getowner PROTO((void));
-void mergelocals PROTO((void));
void printtraceback PROTO((object *));
void flushline PROTO((void));