mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Keep gcc -Wall happy.
This commit is contained in:
parent
60fca2c90f
commit
a376cc5cc8
27 changed files with 93 additions and 56 deletions
|
@ -40,6 +40,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#include "Python.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#include "regexpr.h"
|
||||
|
||||
static PyObject *RegexError; /* Exception */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue