aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2019-08-27 19:13:39 +0300
committerEli Zaretskii2019-08-27 19:13:39 +0300
commitb5e18f9fe5514e25aa547b87b5eb56a983b23bd6 (patch)
tree6cc06210499e5eb24255993c76ddf2e3cb518da0 /src
parent6769b649286fbf0f29cb20590eb17011b435d429 (diff)
downloademacs-b5e18f9fe5514e25aa547b87b5eb56a983b23bd6.tar.gz
emacs-b5e18f9fe5514e25aa547b87b5eb56a983b23bd6.zip
; Fix commentary of last change.
Diffstat (limited to 'src')
-rw-r--r--src/gnutls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gnutls.c b/src/gnutls.c
index fb75eb930f1..577675f3400 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -567,9 +567,9 @@ init_gnutls_functions (void)
567# endif 567# endif
568# endif /* HAVE_GNUTLS3 */ 568# endif /* HAVE_GNUTLS3 */
569 569
570/* gnutls_free is a data pointer to a variable which holds a pointer 570/* gnutls_free_func is a data pointer to a variable which holds an
571 to the function. We use #undef because MinGW64 defines gnutls_free 571 address of a function. We use #undef because MinGW64 defines
572 as a macro as well in the GnuTLS headers. */ 572 gnutls_free as a macro as well in the GnuTLS headers. */
573# undef gnutls_free 573# undef gnutls_free
574# define gnutls_free (*gnutls_free_func) 574# define gnutls_free (*gnutls_free_func)
575 575