* symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): New
[deliverable/binutils-gdb.git] / gdb / expread.y
index acced91a60be56c28a443817bee3802fba7c9d19..b59d4ec6058a21a35dc0fea4307abc3a5f373e3c 100755 (executable)
@@ -529,7 +529,8 @@ block       :       BLOCKNAME
                              struct symtab *tem =
                                  lookup_symtab (copy_name ($1.stoken));
                              if (tem)
-                               $$ = BLOCKVECTOR_BLOCK (BLOCKVECTOR (tem), 1);
+                               $$ = BLOCKVECTOR_BLOCK
+                                        (BLOCKVECTOR (tem), STATIC_BLOCK);
                              else
                                error ("No file or function \"%s\".",
                                       copy_name ($1.stoken));
This page took 0.022794 seconds and 4 git commands to generate.