From 40c3cedd6a504e63887eac10bbb83f400b189527 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Fri, 30 Aug 2013 11:08:19 +0900 Subject: [PATCH] terminology: let's help the compiler and tell him about this hot spot. --- src/bin/termpty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/termpty.c b/src/bin/termpty.c index 952e9026..a3cdeb3e 100644 --- a/src/bin/termpty.c +++ b/src/bin/termpty.c @@ -1391,7 +1391,7 @@ termpty_block_chid_get(Termpty *ty, const char *chid) -static void +static inline void _handle_block_codepoint_overwrite(Termpty *ty, int oldc, int newc) { Termblock *tb;