mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Include modsupport.h for getargs().
This commit is contained in:
parent
33894be657
commit
fa3da8aa7c
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
/* File object implementation */
|
/* File object implementation */
|
||||||
|
|
||||||
#include "allobjects.h"
|
#include "allobjects.h"
|
||||||
|
#include "modsupport.h"
|
||||||
|
|
||||||
#define BUF(v) GETSTRINGVALUE((stringobject *)v)
|
#define BUF(v) GETSTRINGVALUE((stringobject *)v)
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
/* List object implementation */
|
/* List object implementation */
|
||||||
|
|
||||||
#include "allobjects.h"
|
#include "allobjects.h"
|
||||||
|
#include "modsupport.h"
|
||||||
|
|
||||||
object *
|
object *
|
||||||
newlistobject(size)
|
newlistobject(size)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue