mirror of git://sourceware.org/git/glibc.git
nss_test1: Use 'parametrized template' instead of 'master' in comment.
Use more inclusive language in code comments. Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
parent
6a9df2a403
commit
37a32c243f
|
|
@ -28,9 +28,9 @@
|
||||||
to test known bad data. */
|
to test known bad data. */
|
||||||
#define alloc_buffer_maybe_copy_string(b,s) s ? alloc_buffer_copy_string (b, s) : NULL;
|
#define alloc_buffer_maybe_copy_string(b,s) s ? alloc_buffer_copy_string (b, s) : NULL;
|
||||||
|
|
||||||
/* This file is the master template. Other instances of this test
|
/* This file is both a standalone test and a parametrized template.
|
||||||
module should define NAME(x) to have their name instead of "test1",
|
Other instances of this test module should define NAME(x) to have
|
||||||
then include this file.
|
their name instead of "test1", then include this file.
|
||||||
*/
|
*/
|
||||||
#define NAME_(x,n) _nss_##n##_##x
|
#define NAME_(x,n) _nss_##n##_##x
|
||||||
#ifndef NAME
|
#ifndef NAME
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue