daily update
[deliverable/binutils-gdb.git] / gdb / block.h
index aa69a896f6ab539750c44575e179a85b25b6f81d..a36821305ca5f99a55edc4c7cdb346a7e9050749 100644 (file)
@@ -139,9 +139,7 @@ struct blockvector
 
 /* Special block numbers */
 
-#define GLOBAL_BLOCK           0
-#define        STATIC_BLOCK            1
-#define        FIRST_LOCAL_BLOCK       2
+enum { GLOBAL_BLOCK = 0, STATIC_BLOCK = 1, FIRST_LOCAL_BLOCK = 2 };
 
 extern struct symbol *block_function (const struct block *);
 
@@ -171,4 +169,6 @@ extern const struct block *block_static_block (const struct block *block);
 
 extern const struct block *block_global_block (const struct block *block);
 
+extern struct block *allocate_block (struct obstack *obstack);
+
 #endif /* BLOCK_H */
This page took 0.051864 seconds and 4 git commands to generate.