fixes the HP cc MkIntegerTerm bug and brings the code inline with the C-Interface documentation
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@101 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
4c75fbc022
commit
4bffd2262a
@ -41,7 +41,7 @@ Destructor(Prop, RepFunctor, FunctorEntry *, p, p)
|
||||
Constructor(Prop, AbsFunctor, FunctorEntry *, p, p)
|
||||
#endif
|
||||
|
||||
Inline(ArityOfFunctor, unsigned int, Functor, Fun, ((FunctorEntry *)Fun)->ArityOfFE)
|
||||
Inline(ArityOfFunctor, Int, Functor, Fun, ((FunctorEntry *)Fun)->ArityOfFE)
|
||||
Inline(NameOfFunctor, Atom, Functor, Fun, ((FunctorEntry *)Fun)->NameOfFE)
|
||||
|
||||
Inline(IsFunctorProperty, PropFlags, int, flags, (flags == FunctorProperty) )
|
||||
|
Reference in New Issue
Block a user