bootstrap

This commit is contained in:
Vítor Santos Costa
2015-07-06 12:03:16 +01:00
parent 705a6e9b7f
commit 33de6766a5
9 changed files with 1288 additions and 900 deletions

View File

@@ -157,7 +157,7 @@ typedef enum mem_buf_source {
} memBufSource;
struct mem_desc *Yap_MemExportStreamPtrs( int sno );
extern Term Yap_StringToTerm(const char *s, size_t len, encoding_t enc, int prio, Term *bindings_p);
extern Term Yap_StringToNumberTerm(char *s, encoding_t encp);
int Yap_FormatFloat(Float f, const char *s, size_t sz);
@@ -214,4 +214,3 @@ WideHashFunction(wchar_t *CHP)
}
#endif