summaryrefslogtreecommitdiff
path: root/universal.c
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2014-11-29 12:37:50 +0100
committerFather Chrysostomos <sprout@cpan.org>2014-11-29 06:05:16 -0800
commite59642234eb8b658c16fed728636bfbbc49c4514 (patch)
tree3387394bff0e7e2f7ac09564be7493e6a71619d2 /universal.c
parentb7bea5dafa8e0cb5ca70b7525fbd6b51eb723815 (diff)
downloadperl-e59642234eb8b658c16fed728636bfbbc49c4514.tar.gz
make more use of NOT_REACHED
In particular, remove all instances of 'assert(0);'.
Diffstat (limited to 'universal.c')
-rw-r--r--universal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/universal.c b/universal.c
index e1e1a0bb07..7e3e93b4f9 100644
--- a/universal.c
+++ b/universal.c
@@ -995,7 +995,7 @@ XS(XS_re_regexp_pattern)
XSRETURN_NO;
}
}
- /* NOT-REACHED */
+ NOT_REACHED; /* NOT-REACHED */
}
#include "vutil.h"