mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +08:00
* src/read.c (parse_file_seq): Update comments.
This commit is contained in:
parent
ee167c650e
commit
d7cfbf1961
@ -3104,12 +3104,14 @@ tilde_expand (const char *name)
|
|||||||
|
|
||||||
The string is passed as STRINGP, the address of a string pointer.
|
The string is passed as STRINGP, the address of a string pointer.
|
||||||
The string pointer is updated to point at the first character
|
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
|
This is useful if we want them actually to be other structures
|
||||||
that have room for additional info.
|
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.
|
PREFIX, if non-null, is added to the beginning of each filename.
|
||||||
|
|
||||||
FLAGS allows one or more of the following bitflags to be set:
|
FLAGS allows one or more of the following bitflags to be set:
|
||||||
|
Loading…
Reference in New Issue
Block a user