summaryrefslogtreecommitdiffstats
path: root/Modules/regexpr.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-01-19 16:49:14 (GMT)
committerGuido van Rossum <guido@python.org>1992-01-19 16:49:14 (GMT)
commit5f21dd106fdd49854bd7f4ce9fc61cbb59a26625 (patch)
tree423a03b400d69593d585f0ccda8754f998676483 /Modules/regexpr.c
parent8401e5678cebd716044825532f1893e7e57a6dd3 (diff)
downloadcpython-5f21dd106fdd49854bd7f4ce9fc61cbb59a26625.zip
cpython-5f21dd106fdd49854bd7f4ce9fc61cbb59a26625.tar.gz
cpython-5f21dd106fdd49854bd7f4ce9fc61cbb59a26625.tar.bz2
#ifdef'ed an unreachable line out.
Diffstat (limited to 'Modules/regexpr.c')
-rw-r--r--Modules/regexpr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/regexpr.c b/Modules/regexpr.c
index 903a6ab..c769348 100644
--- a/Modules/regexpr.c
+++ b/Modules/regexpr.c
@@ -1328,7 +1328,9 @@ regexp_registers_t regs;
/*NOTREACHED*/
}
}
+#if 0 /* This line is never reached */
abort();
+#endif
/*NOTREACHED*/
fail: