updated for version 7.0047
diff --git a/src/globals.h b/src/globals.h
index 555c19e..1df8b87 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1402,6 +1402,10 @@
 #if defined(FEAT_EVAL) || defined(FEAT_SYN_HL)
 EXTERN char_u e_intern2[]	INIT(=N_("E685: Internal error: %s"));
 #endif
+#if defined(HAVE_SETJMP_H) || defined(HAVE_TRY_EXCEPT)
+EXTERN char_u e_complex[]	INIT(=N_("E361: Crash intercepted; regexp too complex?"));
+#endif
+EXTERN char_u e_outofstack[]	INIT(=N_("E363: pattern caused out-of-stack error"));
 
 
 #ifdef MACOS_X_UNIX