fixes to interface code

This commit is contained in:
Vitor Santos Costa 2018-11-22 10:23:35 +00:00
parent 17411a7384
commit e528893b73
10 changed files with 9 additions and 9 deletions

View File

@ -19,3 +19,5 @@ add_custom_command( OUTPUT ${CMAKE_TOP_BINARY_DIR}/dlocals.h
DEPENDS locals.h )
install(FILES ${INCLUDE_HEADERS} ${CORE_HEADERS} ${OPTYap_HEADERS} ${YAPOS_HEADERS} ${CONFIGURATION_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/Yap )

View File

@ -776,7 +776,7 @@ extern struct worker_local Yap_local;
#define REMOTE(wid) (&Yap_local)
#endif
#include "encoding.h"
#include "YapEncoding.h"
#include <stdio.h>
#define YP_FILE FILE

View File

@ -253,8 +253,6 @@ set (OPTYap_HEADERS
)
set (YAPOS_HEADERS
${CMAKE_SOURCE_DIR}/os/encoding.h
${CMAKE_SOURCE_DIR}/os/fmemopen.h
${CMAKE_SOURCE_DIR}/os/format.h
${CMAKE_SOURCE_DIR}/os/getw.h
${CMAKE_SOURCE_DIR}/os/iopreds.h

View File

@ -31,7 +31,7 @@
#endif
#endif
#include <encoding.h>
#include <YapEncoding.h>
typedef struct {
dev_t st_dev; /* ID of device containing file */

View File

@ -69,7 +69,7 @@ typedef int (*YAP_agc_hook)(void *_Atom);
#include "YapError.h"
#include "../os/encoding.h"
#include "YapEncoding.h"
typedef encoding_t YAP_encoding_t;

View File

@ -116,7 +116,7 @@ typedef void *YAP_Functor;
#include "YapError.h"
#include "../os/encoding.h"
#include "YapEncoding.h"
typedef encoding_t YAP_encoding_t;

View File

@ -2,7 +2,7 @@ set (YAPOS_HEADERS
getw.h
iopreds.h
yapio.h
encoding.h
YapEncoding.h
)
set (YAPOS_SOURCES

View File

@ -22,7 +22,7 @@ static char SccsId[] = "%W% %G%";
#include "YapHeap.h"
#include "YapText.h"
#include "Yatom.h"
#include "encoding.h"
#include "YapEncoding.h"
#include "iopreds.h"
#include "yapio.h"

View File

@ -2811,7 +2811,7 @@ erroris
supported:a
781 ^ :
#include "encoding.h"
#include "YapEncoding.h"
#includeIn file included from
/Users/vsc/github/yap-6.3/H/YapHandles.h ^ :