You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the macro is used in multiple places in the code. Since all it does is insert RGroup[g]->max_age it is a useless macro. We therefore need to find every use of GrpMaxAge(g) and replace is with RGroup[g]->max_age.
The text was updated successfully, but these errors were encountered:
The declaration is in ST_defines.h:
And the macro is used in multiple places in the code. Since all it does is insert RGroup[g]->max_age it is a useless macro. We therefore need to find every use of GrpMaxAge(g) and replace is with RGroup[g]->max_age.
The text was updated successfully, but these errors were encountered: