fix to thread support.
This commit is contained in:
@@ -342,6 +342,15 @@ setCurrentSourceLocation(IOSTREAM *s ARG_LD)
|
||||
source_file_name = NULL_ATOM;
|
||||
}
|
||||
|
||||
#if __YAP_PROLOG__
|
||||
void
|
||||
Yap_setCurrentSourceLocation(IOSTREAM *s)
|
||||
{
|
||||
GET_LD
|
||||
setCurrentSourceLocation(s PASS_LD);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
static inline int
|
||||
getchr__(ReadData _PL_rd)
|
||||
|
Reference in New Issue
Block a user