avoid a compiler warning
This commit is contained in:
parent
59ef254318
commit
61fffa4646
|
@ -198,7 +198,7 @@ regcomp(char *expstr, rxpos exp, int explen, int pcre, Scheme_Object *handler)
|
||||||
regbackdepends = NULL;
|
regbackdepends = NULL;
|
||||||
regerrorproc = handler;
|
regerrorproc = handler;
|
||||||
regerrorval = NULL;
|
regerrorval = NULL;
|
||||||
regc(MAGIC);
|
regc((char)MAGIC);
|
||||||
if (reg(0, &flags, 0, 0, PARSE_CASE_SENS | PARSE_SINGLE_LINE | (pcre ? PARSE_PCRE : 0)) == 0) {
|
if (reg(0, &flags, 0, 0, PARSE_CASE_SENS | PARSE_SINGLE_LINE | (pcre ? PARSE_PCRE : 0)) == 0) {
|
||||||
if (regerrorval)
|
if (regerrorval)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user