mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
Comment cleanup.
* gettext-tools/src/format-rust.c: Remove obsolete comment.
This commit is contained in:
parent
8a037738f9
commit
9eebc0b188
@ -104,12 +104,6 @@ struct spec
|
||||
};
|
||||
|
||||
|
||||
/* All the parse_* functions (except parse_upto) follow the same
|
||||
calling convention. FORMATP shall point to the beginning of a token.
|
||||
If parsing succeeds, FORMATP will point to the next character after
|
||||
the token, and true is returned. Otherwise, FORMATP will be
|
||||
unchanged and false is returned. */
|
||||
|
||||
static int
|
||||
named_arg_compare (const void *p1, const void *p2)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user