aboutsummaryrefslogtreecommitdiff
path: root/gdb/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/eval.c')
-rw-r--r--gdb/eval.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/eval.c b/gdb/eval.c
index 71cd928..ceed262 100644
--- a/gdb/eval.c
+++ b/gdb/eval.c
@@ -61,9 +61,6 @@ static LONGEST
init_array_element (value_ptr, value_ptr, struct expression *,
int *, enum noside, LONGEST, LONGEST);
-#if defined (__GNUC__) && !__STDC__
-inline
-#endif
static value_ptr
evaluate_subexp (struct type *expect_type, register struct expression *exp,
register int *pos, enum noside noside)