about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-10-21 16:30:09 -0500
committerMarco Peereboom <marco@conformal.com>2011-10-21 16:30:09 -0500
commita51b7d3f6fe944f42680dc95260fe3caa24d22ad (patch)
treef4a9c172d622a4e1eccf38402d4ff4d27ef2ca0f
parent23cc6335df20d030f79ba2d108c2d2ee6dd3683b (diff)
downloadxombrero-a51b7d3f6fe944f42680dc95260fe3caa24d22ad.tar.gz
shuffle comments
-rw-r--r--xxxterm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xxxterm.c b/xxxterm.c
index 514bac2..26325bc 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -78,12 +78,12 @@ void arc4random_buf(void *, size_t);
 #include <gnutls/gnutls.h>
 #include <gnutls/x509.h>
 
-/* uncomment if you want to use threads */
-#define USE_THREADS
-
 #include "version.h"
 #include "javascript.h"
 
+/* comment if you don't want to use threads */
+#define USE_THREADS
+
 #ifdef USE_THREADS
 #include <gcrypt.h>
 #include <pthread.h>