Skip to content

Commit

Permalink
inlining related
Browse files Browse the repository at this point in the history
  • Loading branch information
vscosta committed Mar 30, 2016
1 parent 2d8fdad commit 78ba5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion H/absmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ static int IUnify_complex(CELL *pt0, CELL *pt0_end, CELL *pt1) {

#endif

#if defined(IN_ABSMI_C) || defined(IN_INLINES_C) || defined(IN_TRACED_ABSMI_C)
#if /* defined(IN_ABSMI_C) ||*/ defined(IN_INLINES_C) /*|| defined(IN_TRACED_ABSMI_C) */

static int iequ_complex(register CELL *pt0, register CELL *pt0_end,
register CELL *pt1) {
Expand Down

0 comments on commit 78ba5d0

Please sign in to comment.