summaryrefslogtreecommitdiff
path: root/gdb/hpread.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2003-01-10 15:39:10 +0000
committerJoel Brobecker <brobecker@gnat.com>2003-01-10 15:39:10 +0000
commit0491a604405408a2cf2f502629f6acef76d6c518 (patch)
treed1ad5020523a3c0f6e1fffd9cb503fb3fa92d12a /gdb/hpread.c
parent858ceeec5c1abcdcab81101ca8a8a6855c112f3b (diff)
downloadgdb-0491a604405408a2cf2f502629f6acef76d6c518.tar.gz
* hpread.c (hpread_process_one_debug_symbol): Fix a small
compilation error in the previous revision.
Diffstat (limited to 'gdb/hpread.c')
-rw-r--r--gdb/hpread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/hpread.c b/gdb/hpread.c
index 0323f022ffc..39160607a88 100644
--- a/gdb/hpread.c
+++ b/gdb/hpread.c
@@ -5244,8 +5244,8 @@ hpread_process_one_debug_symbol (union dnttentry *dn_bufp, char *name,
/* All functions in C++ have prototypes. For C we don't have enough
information in the debug info. */
- if (SYMBOL_LANGUAGE (s) == language_cplus)
- TYPE_FLAGS (SYMBOL_TYPE (s)) |= TYPE_FLAG_PROTOTYPED;
+ if (SYMBOL_LANGUAGE (sym) == language_cplus)
+ TYPE_FLAGS (SYMBOL_TYPE (sym)) |= TYPE_FLAG_PROTOTYPED;
/* The "SYMBOL_NAME" field is expected to be the mangled name
* (if any), which we get from the "alias" field of the SOM record