Replace __inline GNUism with the standard inline.

MFC after:	1 week
This commit is contained in:
Pedro F. Giffuni 2015-01-13 00:04:22 +00:00
parent 4b3d916086
commit a161398ab8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277099

View File

@ -67,7 +67,7 @@ static SPACE HS, PS, SS, YS;
#define hs HS.space
#define hsl HS.len
static __inline int applies(struct s_command *);
static inline int applies(struct s_command *);
static void do_tr(struct s_tr *);
static void flush_appends(void);
static void lputs(char *, size_t);
@ -288,7 +288,7 @@ new: if (!nflag && !pd)
* Return TRUE if the command applies to the current line. Sets the start
* line for process ranges. Interprets the non-select (``!'') flag.
*/
static __inline int
static inline int
applies(struct s_command *cp)
{
int r;