small fixes

This commit is contained in:
Vítor Santos Costa
2011-02-15 19:24:15 +00:00
parent b9a7cce232
commit 49f980a7a7
6 changed files with 12 additions and 3 deletions

View File

@@ -31,8 +31,9 @@ typedef YAP_Term (*Func)(term_t); /* foreign functions */
extern const char *Yap_GetCurrentPredName(void);
extern YAP_Int Yap_GetCurrentPredArity(void);
extern int Yap_read_term(term_t t, IOSTREAM *st, term_t *vs);
extern int Yap_read_term(term_t t, IOSTREAM *st, term_t vs);
extern int Yap_LookupSWIStream(void *swi_s);
extern term_t Yap_fetch_module_for_format(term_t args, YAP_Term *modp);
extern atom_t codeToAtom(int chrcode);