*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / expprint.c
index c8eef5e9c9143e501ba83b8232cc6ff36e6ee224..b68fbeef436df78b9afd119f73a76ddb549b953f 100644 (file)
@@ -33,9 +33,7 @@
 #include "gdb_assert.h"
 #include "valprint.h"
 
-#ifdef HAVE_CTYPE_H
 #include <ctype.h>
-#endif
 
 void
 print_expression (struct expression *exp, struct ui_file *stream)
@@ -124,7 +122,7 @@ print_subexp_standard (struct expression *exp, int *pos,
 
     case OP_VAR_VALUE:
       {
-       struct block *b;
+       const struct block *b;
 
        (*pos) += 3;
        b = exp->elts[pc + 1].block;
This page took 0.027179 seconds and 4 git commands to generate.