mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Fix header file usage so that NULL is defined. NULL is needed by
unicodedata_db.h.
This commit is contained in:
parent
3a5a2bd486
commit
ff50ad53a9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
------------------------------------------------------------------------ */
|
------------------------------------------------------------------------ */
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include "Python.h"
|
||||||
#include "unicodedatabase.h"
|
#include "unicodedatabase.h"
|
||||||
|
|
||||||
/* read the actual data from a separate file! */
|
/* read the actual data from a separate file! */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue