comparison src/globals.h @ 180:7e70fc748752

updated for version 7.0056
author vimboss
date Sun, 06 Mar 2005 23:38:09 +0000
parents 84c21eb4fc40
children a1f18bd133d6
comparison
equal deleted inserted replaced
179:7fd70926e2e1 180:7e70fc748752
1410 EXTERN char_u e_nbreadonly[] INIT(=N_("E744: NetBeans does not allow changes in read-only files")); 1410 EXTERN char_u e_nbreadonly[] INIT(=N_("E744: NetBeans does not allow changes in read-only files"));
1411 #endif 1411 #endif
1412 #if defined(FEAT_EVAL) || defined(FEAT_SYN_HL) || defined(PROTO) 1412 #if defined(FEAT_EVAL) || defined(FEAT_SYN_HL) || defined(PROTO)
1413 EXTERN char_u e_intern2[] INIT(=N_("E685: Internal error: %s")); 1413 EXTERN char_u e_intern2[] INIT(=N_("E685: Internal error: %s"));
1414 #endif 1414 #endif
1415 #if 0
1415 #if defined(HAVE_SETJMP_H) || defined(HAVE_TRY_EXCEPT) || defined(__MINGW32__) 1416 #if defined(HAVE_SETJMP_H) || defined(HAVE_TRY_EXCEPT) || defined(__MINGW32__)
1416 EXTERN char_u e_complex[] INIT(=N_("E361: Crash intercepted; regexp too complex?")); 1417 EXTERN char_u e_complex[] INIT(=N_("E361: Crash intercepted; regexp too complex?"));
1417 #endif 1418 #endif
1419 #endif
1418 EXTERN char_u e_outofstack[] INIT(=N_("E363: pattern caused out-of-stack error")); 1420 EXTERN char_u e_outofstack[] INIT(=N_("E363: pattern caused out-of-stack error"));
1419 EXTERN char_u e_emptybuf[] INIT(=N_("E749: empty buffer")); 1421 EXTERN char_u e_emptybuf[] INIT(=N_("E749: empty buffer"));
1420 1422
1421 #ifdef MACOS_X_UNIX 1423 #ifdef MACOS_X_UNIX
1422 EXTERN short disallow_gui INIT(= FALSE); 1424 EXTERN short disallow_gui INIT(= FALSE);