mirror of
git://git.gnu.org.ua/wordsplit.git
synced 2025-04-25 16:19:54 +03:00
Reword a comment in wordsplit.h
This commit is contained in:
parent
8923c8c06f
commit
384c7f6fcb
1 changed files with 5 additions and 3 deletions
|
@ -26,9 +26,11 @@ typedef struct wordsplit wordsplit_t;
|
|||
provide return values when the function returns. If neither mark is
|
||||
used, the member is internal and must not be used by the caller.
|
||||
|
||||
In the comments below, the
|
||||
identifiers in parentheses indicate bits that must be set (or unset, if
|
||||
starting with !) in the ws_flags to initialize or use the given member.
|
||||
In the comments below, the identifiers in parentheses indicate bits that
|
||||
must be set (or unset, if starting with !) in ws_flags (if starting with
|
||||
WRDSF_) or ws_options (if starting with WRDSO_) to initialize or use the
|
||||
given member.
|
||||
|
||||
If not redefined explicitly, most of them are set to some reasonable
|
||||
default value upon entry to wordsplit(). */
|
||||
struct wordsplit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue