commit a1a6a7fda6ae771b073a02db9207e24e10b666f0
parent 107864058bfe6a696fc114de38dde15bfc20a2c2
Author: Chris Allegretta <chrisa@asty.org>
Date: Wed, 24 Oct 2001 17:34:29 +0000
Oopos, wrote the test backwards :-)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@880 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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