]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#ifdef'ed an unreachable line out.
authorGuido van Rossum <guido@python.org>
Sun, 19 Jan 1992 16:49:14 +0000 (16:49 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 19 Jan 1992 16:49:14 +0000 (16:49 +0000)
Modules/regexpr.c

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