comparison src/globals.h @ 2823:8bd38abda314 v7.3.187

updated for version 7.3.187 Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code.
author Bram Moolenaar <bram@vim.org>
date Tue, 10 May 2011 16:41:25 +0200
parents 1bd8af13fb43
children c70c005f61fb
comparison
equal deleted inserted replaced
2822:7b62cd406330 2823:8bd38abda314
1511 #endif 1511 #endif
1512 #ifdef HAVE_SANDBOX 1512 #ifdef HAVE_SANDBOX
1513 EXTERN char_u e_sandbox[] INIT(= N_("E48: Not allowed in sandbox")); 1513 EXTERN char_u e_sandbox[] INIT(= N_("E48: Not allowed in sandbox"));
1514 #endif 1514 #endif
1515 EXTERN char_u e_secure[] INIT(= N_("E523: Not allowed here")); 1515 EXTERN char_u e_secure[] INIT(= N_("E523: Not allowed here"));
1516 #if defined(AMIGA) || defined(MACOS) || defined(MSWIN) || defined(RISCOS) \ 1516 #if defined(AMIGA) || defined(MACOS) || defined(MSWIN) \
1517 || defined(UNIX) || defined(VMS) || defined(OS2) 1517 || defined(UNIX) || defined(VMS) || defined(OS2)
1518 EXTERN char_u e_screenmode[] INIT(= N_("E359: Screen mode setting not supported")); 1518 EXTERN char_u e_screenmode[] INIT(= N_("E359: Screen mode setting not supported"));
1519 #endif 1519 #endif
1520 EXTERN char_u e_scroll[] INIT(= N_("E49: Invalid scroll size")); 1520 EXTERN char_u e_scroll[] INIT(= N_("E49: Invalid scroll size"));
1521 EXTERN char_u e_shellempty[] INIT(= N_("E91: 'shell' option is empty")); 1521 EXTERN char_u e_shellempty[] INIT(= N_("E91: 'shell' option is empty"));