comparison src/search.c @ 36:125e80798a85 v7.0021

updated for version 7.0021
author vimboss
date Thu, 09 Dec 2004 21:34:53 +0000
parents 4ac1dce8dd5e
children e474bae3795f
comparison
equal deleted inserted replaced
35:8f3a526c2fe1 36:125e80798a85
4029 if (file_line == NULL) 4029 if (file_line == NULL)
4030 return; 4030 return;
4031 4031
4032 #ifdef RISCOS 4032 #ifdef RISCOS
4033 /* UnixLib knows best how to munge c file names - turn munging back on. */ 4033 /* UnixLib knows best how to munge c file names - turn munging back on. */
4034 __riscosify_control = __RISCOSIFY_LONG_TRUNCATE; 4034 int __riscosify_control = 0;
4035 #endif 4035 #endif
4036 4036
4037 if (type != CHECK_PATH && type != FIND_DEFINE 4037 if (type != CHECK_PATH && type != FIND_DEFINE
4038 #ifdef FEAT_INS_EXPAND 4038 #ifdef FEAT_INS_EXPAND
4039 /* when CONT_SOL is set compare "ptr" with the beginning of the line 4039 /* when CONT_SOL is set compare "ptr" with the beginning of the line