s/struct _serial_t/struct serial/
[deliverable/binutils-gdb.git] / gdb / eval.c
index 285d1d18704fe9e769267aa81702e15ee99520a4..fad995ee35c5b5b03501a091d21b6146fa96c3da 100644 (file)
@@ -28,9 +28,9 @@
 #include "expression.h"
 #include "target.h"
 #include "frame.h"
-#include "demangle.h"
 #include "language.h"          /* For CAST_IS_CONVERSION */
 #include "f-lang.h"            /* for array bound stuff */
+#include "cp-abi.h"
 
 /* Defined in symtab.c */
 extern int hp_som_som_object_present;
@@ -62,9 +62,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)
This page took 0.024259 seconds and 4 git commands to generate.