mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
move LINENO define to where it actually belongs
This commit is contained in:
parent
55e0043a51
commit
c0beabc2a5
2 changed files with 1 additions and 4 deletions
|
@ -521,10 +521,6 @@ static PyObject *parsestr(struct compiling *, const node *n, int *bytesmode);
|
|||
static PyObject *parsestrplus(struct compiling *, const node *n,
|
||||
int *bytesmode);
|
||||
|
||||
#ifndef LINENO
|
||||
#define LINENO(n) ((n)->n_lineno)
|
||||
#endif
|
||||
|
||||
#define COMP_GENEXP 0
|
||||
#define COMP_LISTCOMP 1
|
||||
#define COMP_SETCOMP 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue