]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* src/read.c (parse_file_seq): Update comments.
authorPaul Smith <psmith@gnu.org>
Sun, 14 Jul 2019 13:20:14 +0000 (09:20 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 14 Jul 2019 13:20:14 +0000 (09:20 -0400)
src/read.c

index 41447f3fd31f4430988b12c87ae6583bb07f5f88..175d71451ac5735b15b898cf823d40fdd6655c5d 100644 (file)
@@ -3104,12 +3104,14 @@ tilde_expand (const char *name)
 
    The string is passed as STRINGP, the address of a string pointer.
    The string pointer is updated to point at the first character
-   not parsed, which either is a null char or equals STOPCHAR.
+   not parsed, which either is a null char or equals STOPMAP.
 
-   SIZE is how big to construct chain elements.
+   SIZE is how large (in bytes) each element in the new chain should be.
    This is useful if we want them actually to be other structures
    that have room for additional info.
 
+   STOPMAP is a map of characters that tell us to stop parsing.
+
    PREFIX, if non-null, is added to the beginning of each filename.
 
    FLAGS allows one or more of the following bitflags to be set: