__LD version

This commit is contained in:
Ricardo Rocha 2011-12-05 17:03:54 +00:00
parent ea337366fe
commit 67b9ad1fa2
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ PL_get_chars_ex(term_t t, char **s, unsigned int flags)
}
//#undef PL_get_atom_ex
#undef PL_get_atom_ex
int
PL_get_atom_ex__LD(term_t t, atom_t *a ARG_LD)
@ -39,7 +39,7 @@ PL_get_atom_ex__LD(term_t t, atom_t *a ARG_LD)
return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, t);
}
/*
int
PL_get_atom_ex(term_t t, atom_t *a)
{ if ( PL_get_atom(t, a) )
@ -47,7 +47,7 @@ PL_get_atom_ex(term_t t, atom_t *a)
return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, t);
}
*/
int
PL_get_integer_ex(term_t t, int *i)