]> git.eshelyaron.com Git - emacs.git/commit
Port gnutls.c to --enable-gcc-warnings --without-gnutls
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 23 Nov 2019 23:28:45 +0000 (15:28 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 23 Nov 2019 23:48:45 +0000 (15:48 -0800)
commit603a7c8a84a282e8610b5a5a842e5ba235d3b546
tree9c8912f186477536e5a316ae276e5af00802d13a
parentc2bd42833f7f9881f52fe9a29d66ac64bc71f776
Port gnutls.c to --enable-gcc-warnings --without-gnutls

* src/gnutls.c: Move the "#ifdef HAVE_GNUTLS" earlier, so
that "./configure --enable-gcc-warnings --without-gnutls"
does not complain about macros being defined but never used.
Indent "#" directives more consistently.
src/gnutls.c