#ifdef'ed an unreachable line out.

This commit is contained in:
Guido van Rossum 1992-01-19 16:49:14 +00:00
parent 8401e5678c
commit 5f21dd106f
1 changed files with 2 additions and 0 deletions

View File

@ -1328,7 +1328,9 @@ regexp_registers_t regs;
/*NOTREACHED*/
}
}
#if 0 /* This line is never reached */
abort();
#endif
/*NOTREACHED*/
fail: