summaryrefslogtreecommitdiff
path: root/gdb/bcache.h
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2001-07-06 19:17:05 +0000
committerDaniel Berlin <dberlin@dberlin.org>2001-07-06 19:17:05 +0000
commit1956a8b461b357b60dfd7602d2db87caaa80b019 (patch)
tree399ddd3a8e133e267dad2eab0a1aba6223d0700e /gdb/bcache.h
parent6bd3be32bbe1382e066c99ef592ce8064cf4c1eb (diff)
downloadbinutils-gdb-dberlin-typesystem-branch.tar.gz
Typesystem work initial import.dberlin-typesystem-branch
Note that this currently isn't building, i'm in the middle of converting make_function_type/lookup_function_type
Diffstat (limited to 'gdb/bcache.h')
-rw-r--r--gdb/bcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/bcache.h b/gdb/bcache.h
index 6b32c577d4f..ada2b5f9ed9 100644
--- a/gdb/bcache.h
+++ b/gdb/bcache.h
@@ -81,7 +81,7 @@ struct bstring {
union
{
- char data[1];
+ char *data;
double dummy;
}
d;