move LINENO define to where it actually belongs

This commit is contained in:
Benjamin Peterson 2012-01-16 17:29:05 -05:00
parent 55e0043a51
commit c0beabc2a5
2 changed files with 1 additions and 4 deletions

View file

@ -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