summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-10-12 20:41:17 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-10-12 20:41:17 (GMT)
commit409b53840b83bc275db3ac234c547ff4dd67af58 (patch)
treefdca749e505669e3736e9659d8a6dada4eaed9d9 /Python/errors.c
parent3974d6abb200a42b11eb8c9a2522c9d11d611b23 (diff)
downloadcpython-409b53840b83bc275db3ac234c547ff4dd67af58.zip
cpython-409b53840b83bc275db3ac234c547ff4dd67af58.tar.gz
cpython-409b53840b83bc275db3ac234c547ff4dd67af58.tar.bz2
Don't export internal symbols ("make smelly")
Diffstat (limited to 'Python/errors.c')
-rw-r--r--Python/errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/errors.c b/Python/errors.c
index b674480..1832b5b 100644
--- a/Python/errors.c
+++ b/Python/errors.c
@@ -1014,7 +1014,7 @@ PyErr_SyntaxLocationEx(const char *filename, int lineno, int col_offset)
XXX The functionality of this function is quite similar to the
functionality in tb_displayline() in traceback.c. */
-PyObject *
+static PyObject *
err_programtext(FILE *fp, int lineno)
{
int i;