From 379581fb3690d92f7e3815534a479823aee8ddcc Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 12 Dec 2015 08:58:57 +0100 Subject: macro removal INLINE -> static inline (nw) --- src/lib/formats/kim1_cas.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/formats/kim1_cas.cpp') diff --git a/src/lib/formats/kim1_cas.cpp b/src/lib/formats/kim1_cas.cpp index db4c4a95a0b..ed9a1a36a0e 100644 --- a/src/lib/formats/kim1_cas.cpp +++ b/src/lib/formats/kim1_cas.cpp @@ -11,7 +11,7 @@ static int cas_size; -INLINE int kim1_output_signal( INT16 *buffer, int sample_pos, int high ) +static inline int kim1_output_signal( INT16 *buffer, int sample_pos, int high ) { int sample_count, i, j; @@ -62,7 +62,7 @@ INLINE int kim1_output_signal( INT16 *buffer, int sample_pos, int high ) } -INLINE int kim1_output_byte( INT16 *buffer, int sample_pos, UINT8 byte ) +static inline int kim1_output_byte( INT16 *buffer, int sample_pos, UINT8 byte ) { int i; int sample_count = 0; -- cgit v1.2.3-70-g09d2