fix C major issues
- use delays to implement setup_call - fix user_* flag - error handling i CXX should b local - fix mess on how to call openQuert - deter pt -> from a pointer to another one - avoid text forms when you can use C: LOCLS to locals.h - fux seto_call - new gated call - mem streams
This commit is contained in:
@@ -126,6 +126,8 @@ extern void Yap_plwrite(Term t, struct stream_desc *mywrite, int max_depth,
|
||||
extern int Yap_CheckSocketStream(Term stream, const char *error);
|
||||
extern void Yap_init_socks(char *host, long interface_port);
|
||||
|
||||
extern bool Yap_flush(int sno);
|
||||
|
||||
extern uint64_t HashFunction(const unsigned char *);
|
||||
extern uint64_t WideHashFunction(wchar_t *);
|
||||
|
||||
|
Reference in New Issue
Block a user