Skip to content

Commit 181b64b

Browse files
committed
Avoid non-ASCII characters
UTF-8 left single quotation mark -> straight quote ('). UTF-8 right single quotation mark -> straight quote ('). [skip ci]
1 parent 5c83591 commit 181b64b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TESTlib.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ sub skip_config_undef {
153153
sub skip_config_have_decl {
154154
my ($name, $value) = @_;
155155
$name = 'HAVE_DECL_' . $name;
156-
# "Unlike the other AC_CHECK_*S macros, when a symbol is not declared,
157-
# HAVE_DECL_symbol is defined to ‘0’ instead of leaving HAVE_DECL_symbol
156+
# "Unlike the other 'AC_CHECK_*S' macros, when a symbol is not declared,
157+
# HAVE_DECL_symbol is defined to '0' instead of leaving HAVE_DECL_symbol
158158
# undeclared." -- GNU Autoconf manual.
159159
#
160160
# (This requires the CMake leg to do the same for the same symbol.)

0 commit comments

Comments
 (0)