summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/symtable.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Include/symtable.h b/Include/symtable.h
index fefe08b..222831a 100644
--- a/Include/symtable.h
+++ b/Include/symtable.h
@@ -1,5 +1,6 @@
#ifndef Py_SYMTABLE_H
#define Py_SYMTABLE_H
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -48,8 +49,6 @@ PyAPI_DATA(PyTypeObject) PySTEntry_Type;
#define PySTEntry_Check(op) ((op)->ob_type == &PySTEntry_Type)
-PyAPI_FUNC(PySTEntryObject *) \
- PySTEntry_New(struct symtable *, identifier, _Py_block_ty, void *, int);
PyAPI_FUNC(int) PyST_GetScope(PySTEntryObject *, PyObject *);
PyAPI_FUNC(struct symtable *) PySymtable_Build(mod_ty, const char *,