[pcre-dev] Forcing study to return with something

Startseite
Nachricht löschen
Autor: Zoltán Herczeg
Datum:  
To: pcre-dev
Betreff: [pcre-dev] Forcing study to return with something
Hi all,

it is inconvenient for several uses cases, that study sometimes return with something and sometimes not, and we need to manually allocate a pcre_extra. Shall we add a flag which forces it to return with a plain, empty, pcre_extra if it would return with NULL (and there was no error of course)?

Regards,
Zoltan