Kaydet (Commit) fa3da8aa authored tarafından Guido van Rossum's avatar Guido van Rossum

Include modsupport.h for getargs().

üst 33894be6
......@@ -25,6 +25,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* File object implementation */
#include "allobjects.h"
#include "modsupport.h"
#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 */
#include "allobjects.h"
#include "modsupport.h"
object *
newlistobject(size)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment