these two now include SWI-Stream in Yap.h, so they need PL_KERNEL defined before Yap.h.
This commit is contained in:
parent
d22d03b2a2
commit
791106aa05
@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define PL_KERNEL 1
|
||||||
|
|
||||||
//=== includes ===============================================================
|
//=== includes ===============================================================
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
/* YAP support for some low-level SWI stuff */
|
/* YAP support for some low-level SWI stuff */
|
||||||
|
|
||||||
|
#define PL_KERNEL 1
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "Yap.h"
|
#include "Yap.h"
|
||||||
#include "Yatom.h"
|
#include "Yatom.h"
|
||||||
|
Reference in New Issue
Block a user