Kaydet (Commit) ff6af937 authored tarafından Caolán McNamara's avatar Caolán McNamara

this S390 ifdef isn't a contemporary one

üst 74500c21
......@@ -264,12 +264,8 @@ void
continue;
case C_ALPH:
for (j = 0; j < 256; j++)
#ifdef S390
if( isalpha( j ) || (j == '_') )
#else
if (('a' <= j && j <= 'z') || ('A' <= j && j <= 'Z')
|| j == '_')
#endif
bigfsm[j][fp->state] = (short) nstate;
continue;
case C_NUM:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment