Oopos, wrote the test backwards :-)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@880 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Chris Allegretta 2001-10-24 17:34:29 +00:00
parent 107864058b
commit a1a6a7fda6
1 changed files with 3 additions and 3 deletions

6
nano.h
View File

@ -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