; Fix commentary of last change.

This commit is contained in:
Eli Zaretskii 2019-08-27 19:13:39 +03:00
parent 6769b64928
commit b5e18f9fe5

View file

@ -567,9 +567,9 @@ init_gnutls_functions (void)
# endif
# endif /* HAVE_GNUTLS3 */
/* gnutls_free is a data pointer to a variable which holds a pointer
to the function. We use #undef because MinGW64 defines gnutls_free
as a macro as well in the GnuTLS headers. */
/* gnutls_free_func is a data pointer to a variable which holds an
address of a function. We use #undef because MinGW64 defines
gnutls_free as a macro as well in the GnuTLS headers. */
# undef gnutls_free
# define gnutls_free (*gnutls_free_func)