* hpread.c (hpread_build_psymtabs): Finish Jan 4th
authorJeff Law <law@redhat.com>
Tue, 9 Jan 1996 16:35:32 +0000 (16:35 +0000)
committerJeff Law <law@redhat.com>
Tue, 9 Jan 1996 16:35:32 +0000 (16:35 +0000)
        enum namespace -> enum_namespace change.

gdb/ChangeLog
gdb/hpread.c

index 3ca12e89bdeb6668540f6a216f7c7cfc6f87ded8..a5d83843a43bbe98005f083ac9c2db6bbb700ad2 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan  9 09:33:53 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * hpread.c (hpread_build_psymtabs): Finish Jan 4th 
+       enum namespace -> enum_namespace change.
+
 Tue Jan  9 04:44:47 1996  Wilfried Moser (Alcatel)  <moser@rtl.cygnus.com>
 
        * ch-exp.c (parse_primval): in case ARRAY: Add missing FORWARD_TOKEN ().
index bfd7330aa1be869ebc367bef383c7b9f7b28e1b8..2463f13419ad1f45de1b4f392a108ef2273e392b 100644 (file)
@@ -538,7 +538,7 @@ hpread_build_psymtabs (objfile, section_offsets, mainline)
              {
                /* Variables, typedefs an the like.  */
                enum address_class storage;
-               enum namespace namespace;
+               namespace_enum namespace;
 
                /* Don't add locals to the partial symbol table.  */
                if (within_function
This page took 0.027398 seconds and 4 git commands to generate.