diff options
author | Angela Marie Thomas <angela@cygnus> | 1996-06-24 16:58:30 +0000 |
---|---|---|
committer | Angela Marie Thomas <angela@cygnus> | 1996-06-24 16:58:30 +0000 |
commit | 30b9d933e87b0252aa4a1f393828f475b9ed6237 (patch) | |
tree | 8946f8d95d2fbd1b136f3374e1af14a51624ea57 /gdb/stabsread.c | |
parent | 8530ae8eedcd31832f307e697a56fd2e212cadba (diff) | |
download | binutils-gdb-30b9d933e87b0252aa4a1f393828f475b9ed6237.tar.gz |
add type for read_cfront_member_functions
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 2b65dd1b209..30a8efeb2ff 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -747,6 +747,7 @@ read_cfront_baseclasses(fip, pp, type, objfile) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ +static int read_cfront_member_functions(fip, pp, type, objfile) struct field_info *fip; char **pp; |