Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(Abc_ObjFanoutId): add missing inline function #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zzhou612
Copy link
Contributor

In macro Abc_ObjForEachFanoutId:

#define Abc_ObjForEachFanoutId( pObj, iFanout, i )                                                 \
    for ( i = 0; (i < Abc_ObjFanoutNum(pObj)) && (((iFanout) = Abc_ObjFanoutId(pObj, i)), 1); i++ )

Function Abc_ObjFanoutId has never been declared / defined. Therefore I add the missing inline function Abc_ObjFanoutId in abc.h, following Abc_ObjFaninId.

@zzhou612 zzhou612 changed the title Fix:add missing inline function Abc_ObjFanoutId Fix: add missing inline function Abc_ObjFanoutId Dec 13, 2018
@zzhou612 zzhou612 changed the title Fix: add missing inline function Abc_ObjFanoutId Fix(Abc_ObjFanoutId): add missing inline function Dec 13, 2018
hvppycoding pushed a commit to hvppycoding/abc that referenced this pull request Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant