1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30:21 +00:00

Add comment regarding return from NewEntry macro.

modified:   gchtfind.c
This commit is contained in:
Nick Briggs 2017-06-07 19:57:40 -07:00
parent 409f1f5987
commit 9510746af4

View File

@ -417,6 +417,7 @@ nolink: /* no match */
GETGC((GCENTRY *)link + 1) = GETGC((GCENTRY *)entry) - 1;
GETGC((GCENTRY *)entry) = (link - HTcoll) + 1;
NewEntry(link, hiptr, casep, ptr);
/* NewEntry will return */
}
/************************************************************************/