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:
@ -263,7 +263,7 @@ static int FAST_FUNC include_conf_dir_act(const char *filename UNUSED_PARAM,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static int inline include_conf_recursive(struct include_conf_t *conf, const char *filename)
|
||||
static int include_conf_recursive(struct include_conf_t *conf, const char *filename)
|
||||
{
|
||||
return recursive_action(filename, ACTION_RECURSE,
|
||||
include_conf_file_act,
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user