No need to export PySTEntry_New, it is only used in symtable.c

This commit is contained in:
Neal Norwitz 2006-02-28 22:36:46 +00:00
parent 7ef75e46bb
commit 090b3dde06
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,8 @@
#define IMPORT_STAR_WARNING "import * only allowed at module level"
PySTEntryObject *
/* XXX(nnorwitz): change name since static? */
static PySTEntryObject *
PySTEntry_New(struct symtable *st, identifier name, _Py_block_ty block,
void *key, int lineno)
{