Update target_stop's documentation
[deliverable/binutils-gdb.git] / gdb / p-exp.y
index 4e8f96cf2dbdeb2f4c6c587e86e9a31b6a0e0623..0aa6f20e532afff4a76afc8aa8edb2450d87cd30 100644 (file)
@@ -44,7 +44,6 @@
 %{
 
 #include "defs.h"
-#include <string.h>
 #include <ctype.h>
 #include "expression.h"
 #include "value.h"
@@ -154,7 +153,7 @@ static char *uptok (const char *, int);
     struct ttype tsym;
     struct symtoken ssym;
     int voidval;
-    struct block *bval;
+    const struct block *bval;
     enum exp_opcode opcode;
     struct internalvar *ivar;
 
This page took 0.023828 seconds and 4 git commands to generate.