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

@ -498,7 +498,7 @@ static void get_dev_fields(char *bp, struct interface *ife, int procnetdev_vsn)
}
}
static inline int procnetdev_version(char *buf)
static int procnetdev_version(char *buf)
{
if (strstr(buf, "compressed"))
return 2;