updated .c files to include:
#ifdef HAVE_CONFIG_H #include <config.h> #endif Just need to finish cpp files now :) Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -51,9 +51,12 @@ c = module.Const['CONSTANT']
|
||||
|
||||
#include "Python.h"
|
||||
#include "BPY_macros.h"
|
||||
|
||||
#include "BPY_constobject.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#define Const_Check(v) ((v)->ob_type == &Const_Type)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user