fix unification bug.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@569 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -653,6 +653,12 @@ p_copy_term_no_delays(void) /* copy term t to a new instance */
|
||||
}
|
||||
|
||||
|
||||
#if defined(__GNUC__)
|
||||
unsigned long long vsc_count;
|
||||
#else
|
||||
unsigned long vsc_count;
|
||||
#endif
|
||||
|
||||
static Term vars_in_complex_term(register CELL *pt0, register CELL *pt0_end)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user