Skip to content

Commit c928526

Browse files
committed
Remove smelly symbol
1 parent 010669f commit c928526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parser/pegen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ _PyPegen_raise_error(Parser *p, PyObject *errtype, const char *errmsg, ...)
380380
return NULL;
381381
}
382382

383-
PyObject *
383+
static PyObject *
384384
get_error_line(Parser *p, int lineno)
385385
{
386386
char *cur_line = p->tok->fp == NULL ? p->tok->str : p->tok->stdin_content;

0 commit comments

Comments
 (0)