mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Get rid of some more cases of backquotes. parsermodule.c doesn't compile
but looks like that was a problem before this change.
This commit is contained in:
parent
3bd844e695
commit
2eca440c8d
6 changed files with 3 additions and 17 deletions
|
@ -32,7 +32,7 @@ extern "C" {
|
|||
#define EQUAL 22
|
||||
#define DOT 23
|
||||
#define PERCENT 24
|
||||
#define BACKQUOTE 25
|
||||
/* #define BACKQUOTE 25 */
|
||||
#define LBRACE 26
|
||||
#define RBRACE 27
|
||||
#define EQEQUAL 28
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue