AtomPtr -> AtomPointer

This commit is contained in:
Vítor Santos Costa 2015-08-18 14:30:25 -05:00
parent 2266bb9826
commit 4e76d86083

View File

@ -1243,7 +1243,7 @@ p_static_array_properties( USES_REGS1 )
case array_of_doubles:
return(Yap_unify(ARG3,MkAtomTerm(AtomFloat)));
case array_of_ptrs:
return(Yap_unify(ARG3,MkAtomTerm(AtomPtr)));
return(Yap_unify(ARG3,TermPointer));
case array_of_chars:
return(Yap_unify(ARG3,MkAtomTerm(AtomChar)));
case array_of_uchars: