diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index c19e741..9fec2e7 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -809,7 +809,6 @@ struct symtab char *dirname; /* This component says how to free the data we point to: - free_contents => do a tree walk and free each object. free_nothing => do nothing; some other symtab will free the data this one uses. free_linetable => free just the linetable. FIXME: Is this redundant @@ -817,7 +816,7 @@ struct symtab enum free_code { - free_nothing, free_contents, free_linetable + free_nothing, free_linetable } free_code; |