Skip to content

Commit

Permalink
Revert unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Dec 10, 2024
1 parent a85615e commit cee37af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/nrnoc/cabcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1958,9 +1958,7 @@ static char* objectname(void) {
return buf;
}

static Inst* relative(Inst* pc) {
return pc + pc->i;
}
#define relative(pc) (pc + (pc)->i)

void forall_section(void) {
/*statement pointed to by pc
Expand Down

0 comments on commit cee37af

Please sign in to comment.