summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/regcomp.h b/regcomp.h
index fe29b2dd06..2dcdd62eac 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -448,4 +448,6 @@ const static char reg_off_by_arg[] = {
extern char *colors[4];
#endif
+#ifndef PERL_OBJECT
void re_croak2 _((const char* pat1,const char* pat2,...)) __attribute__((noreturn));
+#endif