mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
added RISC OS module loading support
This commit is contained in:
parent
20c99d180a
commit
7dac918b6d
19 changed files with 395 additions and 133 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue