comparison src/version.c @ 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 3d1a3aa0240c
children f2e1c3a90a3b
comparison
equal deleted inserted replaced
2822:7b62cd406330 2823:8bd38abda314
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 187,
717 /**/ 719 /**/
718 186, 720 186,
719 /**/ 721 /**/
720 185, 722 185,
721 /**/ 723 /**/
1203 #else 1205 #else
1204 MSG_PUTS(_("\nMacOS version")); 1206 MSG_PUTS(_("\nMacOS version"));
1205 # endif 1207 # endif
1206 #endif 1208 #endif
1207 1209
1208 #ifdef RISCOS
1209 MSG_PUTS(_("\nRISC OS version"));
1210 #endif
1211 #ifdef VMS 1210 #ifdef VMS
1212 MSG_PUTS(_("\nOpenVMS version")); 1211 MSG_PUTS(_("\nOpenVMS version"));
1213 # ifdef HAVE_PATHDEF 1212 # ifdef HAVE_PATHDEF
1214 if (*compiled_arch != NUL) 1213 if (*compiled_arch != NUL)
1215 { 1214 {