* symtab.h (domain_enum): Split in two...
[deliverable/binutils-gdb.git] / gdb / defs.h
index 9531c5adadde845462f8a1b857ecd89ab32e644c..5379bc1470f215229e36b22dba115f3baae7d597 100644 (file)
@@ -1256,4 +1256,13 @@ void dummy_obstack_deallocate (void *object, void *data);
 extern void initialize_progspace (void);
 extern void initialize_inferiors (void);
 
+/* Special block numbers */
+
+enum block_enum
+{
+  GLOBAL_BLOCK = 0,
+  STATIC_BLOCK = 1,
+  FIRST_LOCAL_BLOCK = 2
+};
+
 #endif /* #ifndef DEFS_H */
This page took 0.024052 seconds and 4 git commands to generate.