diff options
Diffstat (limited to 'g10/trustdb.c')
-rw-r--r-- | g10/trustdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c index 651baa3ed..f2014012c 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -1331,6 +1331,8 @@ check_regexp(const char *exp,const char *string) /* When DISABLE_REGEXP is defined, assume all regexps do not match. */ return 0; +#elif defined(__riscos__) + return riscos_check_regexp(exp, string, DBG_TRUST); #else int ret; regex_t pat; |