diff options
author | monty@nosik.monty.fi <> | 2006-11-22 14:11:36 +0200 |
---|---|---|
committer | monty@nosik.monty.fi <> | 2006-11-22 14:11:36 +0200 |
commit | 89570bf966570ecce761e1fea2bb5d10db91f621 (patch) | |
tree | bd11d4efaf1d6469e7f29237347f12cdf71e605a /regex | |
parent | 38a92caeb77c6b22eeac985530cfbfdc890c792d (diff) | |
parent | 306b871d522b1fa744abf78acaafab2379a98401 (diff) | |
download | mariadb-git-89570bf966570ecce761e1fea2bb5d10db91f621.tar.gz |
Merge mysql.com:/home/my/mysql-5.0
into mysql.com:/home/my/mysql-5.1
Diffstat (limited to 'regex')
-rw-r--r-- | regex/regexec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regex/regexec.c b/regex/regexec.c index 88bcc02323d..338c1bfa7fe 100644 --- a/regex/regexec.c +++ b/regex/regexec.c @@ -15,7 +15,8 @@ #include "utils.h" #include "regex2.h" -static int nope = 0; /* for use in asserts; shuts lint up */ +/* for use in asserts */ +#define nope 0 /* macros for manipulating states, small version */ #define states long |