Eclipse Support

This commit is contained in:
Vitor Santos Costa
2014-03-13 16:57:21 +00:00
parent 4591e1baaf
commit 228bc76a35
3 changed files with 5 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ int get_term_depth(TERM t)
XDEREF(t);
SWITCH_OP(t, l_term_depth, { return 0; }, { return 0; }, {
SWITCH_OP(t, l_term_depth, { return 0; }, { return (0); }, {
if (IsNumberedVar(t)) return 0;
d = 0;