]> git.wh0rd.org Git - nano.git/commitdiff
Oopos, wrote the test backwards :-)
authorChris Allegretta <chrisa@asty.org>
Wed, 24 Oct 2001 17:34:29 +0000 (17:34 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 24 Oct 2001 17:34:29 +0000 (17:34 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@880 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

nano.h

diff --git a/nano.h b/nano.h
index 0b25827797b75dbac9ae8d121842a8322cfd56c8..dc6d99f20620c91c9c3e024b87f37e37f11db8f9 100644 (file)
--- a/nano.h
+++ b/nano.h
@@ -287,14 +287,14 @@ know what you're doing */
 
 #ifndef HAVE_REGEX_H
 #define NO_REGEX 1
+#define SMALL_TOO 0
+#else 
+#define NO_REGEX 0
 #ifdef NANO_SMALL
 #define SMALL_TOO 1
 #else
 #define SMALL_TOO 0
 #endif /* NANO_SMALL */
-#else 
-#define NO_REGEX 0
-#define SMALL_TOO 0
 #endif /* HAVE_REGEX_H */
 
 #ifdef DISABLE_BROWSER