summaryrefslogtreecommitdiff
path: root/Python/errors.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-10-12 22:41:17 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2013-10-12 22:41:17 +0200
commit337c5c534d5987d149dbc2d8058a93270184ff8c (patch)
treebb251d380e1829aa7df21f58d81d059ded5d296c /Python/errors.c
parentfb57628d2d42bd4384210f8ce4ee22fcbcadd393 (diff)
downloadcpython-337c5c534d5987d149dbc2d8058a93270184ff8c.tar.gz
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 b67448090f..1832b5b602 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;