(make_gap): Set GPT_BYTE along with GPT.

This commit is contained in:
Richard M. Stallman 1998-01-02 23:12:03 +00:00
parent c5059c2cf2
commit 7d92db5882

View file

@ -524,6 +524,7 @@ make_gap (nbytes_added)
/* Call the newly allocated space a gap at the end of the whole space. */
GPT = Z + GAP_SIZE;
GPT_BYTE = Z_BYTE + GAP_SIZE;
GAP_SIZE = nbytes_added;
/* Move the new gap down to be consecutive with the end of the old one.