I/O update, small change

This commit is contained in:
Vítor Santos Costa 2015-06-17 23:54:54 +01:00
parent 52c8b478e5
commit 6815d4b878
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ int showTime(void);
struct AND_BOX *choose_leftmost(void);
extern Cell BEAM_is(void);
extern void do_eam_indexing(struct Predicates *);
extern void Yap_plwrite(Term, void *, int, int);
extern void Yap_plwrite(Term, struct stream_desc *, int, int);
#if Debug_Dump_State
void dump_eam_state(void);