fix source_location
This commit is contained in:
parent
d945f01f53
commit
0f62de3744
@ -347,8 +347,7 @@ void
|
||||
Yap_setCurrentSourceLocation(IOSTREAM **s)
|
||||
{
|
||||
GET_LD
|
||||
if (!*s)
|
||||
*s = Suser_input;
|
||||
if (*s)
|
||||
setCurrentSourceLocation(*s PASS_LD);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user