comparison src/misc1.c @ 11:4424b47a0797

updated for version 7.0003
author vimboss
date Wed, 30 Jun 2004 16:16:41 +0000
parents 4e2284e71352
children 946da5994c01
comparison
equal deleted inserted replaced
10:4e2284e71352 11:4424b47a0797
4053 return fname; 4053 return fname;
4054 } 4054 }
4055 4055
4056 #if defined(FEAT_MODIFY_FNAME) || defined(FEAT_EVAL) \ 4056 #if defined(FEAT_MODIFY_FNAME) || defined(FEAT_EVAL) \
4057 || defined(FEAT_SESSION) || defined(MSWIN) \ 4057 || defined(FEAT_SESSION) || defined(MSWIN) \
4058 || (defined(FEAT_GUI_GTK) \ 4058 || ((defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE)) \
4059 && (defined(FEAT_WINDOWS) || defined(FEAT_DND))) \ 4059 && (defined(FEAT_WINDOWS) || defined(FEAT_DND))) \
4060 || defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) \ 4060 || defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) \
4061 || defined(PROTO) 4061 || defined(PROTO)
4062 /* 4062 /*
4063 * Get a pointer to one character past the head of a path name. 4063 * Get a pointer to one character past the head of a path name.