Address complaints from gdb_ari.sh:
[deliverable/binutils-gdb.git] / gdb / ada-exp.y
index 04a39503d2d058b9b3b642d2f095a42079558754..a01eff4d93dd2d4fb07c045c10e37f4b2c111ef1 100644 (file)
@@ -38,7 +38,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 %{
 
 #include "defs.h"
-#include <string.h>
+#include "gdb_string.h"
 #include <ctype.h>
 #include "expression.h"
 #include "value.h"
@@ -125,8 +125,7 @@ static void write_object_renaming (struct block *, struct symbol *, int);
 
 static void write_var_from_name (struct block *, struct name_info);
 
-static LONGEST
-convert_char_literal (struct type *, LONGEST);
+static LONGEST convert_char_literal (struct type *, LONGEST);
 %}
 
 %union
This page took 0.032282 seconds and 4 git commands to generate.