Skip to content

Commit

Permalink
FEAT: improved comment explaining the DELTA value in Expand_Series fu…
Browse files Browse the repository at this point in the history
…nction
  • Loading branch information
Oldes committed Sep 21, 2018
1 parent 3b1dc98 commit 263cb02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/m-series.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
** number of units specified by delta.
**
** index - where space is expanded (but not cleared)
** delta - number of UNITS to expand (keeping terminator)
** delta - number of UNITS to expand from TAIL (keeping terminator)
** tail - will be updated
**
** |<---rest--->|
Expand Down Expand Up @@ -127,6 +127,7 @@
Prior_Expand[n] = series;
}
Prior_Expand[0] = (REBSER*)n; // start next search here
//#endif
Prop_Series(newser, series);
//ENABLE_GC;

Expand Down

0 comments on commit 263cb02

Please sign in to comment.