Pike - a few updates to get Pike 7.8 running most of the examples
This commit is contained in:
parent
7fd18b361e
commit
62638bfd15
4 changed files with 18 additions and 12 deletions
|
|
@ -11,9 +11,9 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include <global.h>
|
||||
#include <module.h>
|
||||
#include <interpret.h>
|
||||
#include <pike/global.h>
|
||||
#include <pike/module.h>
|
||||
#include <pike/interpret.h>
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -9,11 +9,12 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include "object.h"
|
||||
#include "program.h"
|
||||
#include "pike/object.h"
|
||||
#include "pike/program.h"
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#include <assert.h>
|
||||
|
||||
/* Stores information about a wrapped object */
|
||||
typedef struct swig_object_wrapper {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue