From de5f587e432d8529fe659230e48be4fcaa1db3e5 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 2 Nov 2012 12:14:06 +0000 Subject: [PATCH] build: fix minor build issues with Clang. --- neercs/old/ansi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neercs/old/ansi.c b/neercs/old/ansi.c index bc4f180..7109ac0 100644 --- a/neercs/old/ansi.c +++ b/neercs/old/ansi.c @@ -121,7 +121,7 @@ static void ansi_parse_grcm(struct screen *, inline int handle_single_char(unsigned char c, int *x, int *y, struct screen_list *screen_list, struct screen *sc); -inline int handle_duplet(unsigned char const *buffer, struct screen *sc, +static inline int handle_duplet(unsigned char const *buffer, struct screen *sc, unsigned int *skip, int top, int bottom, int width, int height); @@ -184,7 +184,7 @@ inline int handle_single_char(unsigned char c, int *x, int *y, return 0; } -inline int handle_duplet(unsigned char const *buffer, struct screen *sc, +static inline int handle_duplet(unsigned char const *buffer, struct screen *sc, unsigned int *skip, int top, int bottom, int width, int height) {