hush: add #defines to switch off break/continue if loops are not supported

*: remove a few inline keywords
no code changes
This commit is contained in:
Denis Vlasenko 2008-07-29 10:16:05 +00:00
parent e1ee48e0fd
commit dadfb4975b
8 changed files with 30 additions and 7 deletions

View file

@ -17,7 +17,7 @@ extern int delete_module(const char *module, unsigned int flags);
#endif
#if ENABLE_FEATURE_2_6_MODULES
static inline void filename2modname(char *modname, const char *afterslash)
static void filename2modname(char *modname, const char *afterslash)
{
unsigned int i;
int kr_chk = 1;