mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix peg_generator compiler warnings under MSVC (GH-20405)
(cherry picked from commit a2bbedc8b1
)
Co-authored-by: Ammar Askar <ammar@ammaraskar.com>
This commit is contained in:
parent
6597e2af83
commit
fda47659bb
2 changed files with 4 additions and 8 deletions
|
@ -32,10 +32,6 @@
|
|||
|| c == '_'\
|
||||
|| (c >= 128))
|
||||
|
||||
extern char *PyOS_Readline(FILE *, FILE *, const char *);
|
||||
/* Return malloc'ed string including trailing \n;
|
||||
empty malloc'ed string for EOF;
|
||||
NULL if interrupted */
|
||||
|
||||
/* Don't ever change this -- it would break the portability of Python code */
|
||||
#define TABSIZE 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue