]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/p-exp.y
constify struct block in some places
[thirdparty/binutils-gdb.git] / gdb / p-exp.y
index 4e8f96cf2dbdeb2f4c6c587e86e9a31b6a0e0623..5bb186481ba98ff33820c6487f8a62c070221a96 100644 (file)
@@ -154,7 +154,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;