From 7f666bb647ca6518f09332ca2b1364964720c901 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 9 Sep 2003 03:14:02 +0000 Subject: 2003-09-08 Andrew Cagney * gnu-nat.c: Remove "inline" function attribute. * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto. --- gdb/macroexp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/macroexp.c') diff --git a/gdb/macroexp.c b/gdb/macroexp.c index 992c4669002..e39f81ac0bd 100644 --- a/gdb/macroexp.c +++ b/gdb/macroexp.c @@ -145,7 +145,7 @@ resize_buffer (struct macro_buffer *b, int n) /* Append the character C to the buffer B. */ -static inline void +static void appendc (struct macro_buffer *b, int c) { int new_len = b->len + 1; @@ -159,7 +159,7 @@ appendc (struct macro_buffer *b, int c) /* Append the LEN bytes at ADDR to the buffer B. */ -static inline void +static void appendmem (struct macro_buffer *b, char *addr, int len) { int new_len = b->len + len; -- cgit v1.2.1