summaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-07-07 17:31:57 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-07-07 17:31:57 +0000
commitfde9fcb594ca52233ddbe06ad667f1ccaaeb7862 (patch)
treeec9ba7c76f004669ec3876a663c62e4df0014768 /gdb/stabsread.c
parent9b8882e7735b2ab3deb8a338b3e27a0633898d0c (diff)
downloadgdb-fde9fcb594ca52233ddbe06ad667f1ccaaeb7862.tar.gz
import gdb-1999-07-07 pre reformat
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r--gdb/stabsread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c
index 9e1217b6529..d8139aeb25a 100644
--- a/gdb/stabsread.c
+++ b/gdb/stabsread.c
@@ -3574,6 +3574,7 @@ read_struct_fields (fip, pp, type, objfile)
return 1;
}
+/* *INDENT-OFF* */
/* The stabs for C++ derived classes contain baseclass information which
is marked by a '!' character after the total size. This function is
called when we encounter the baseclass marker, and slurps up all the
@@ -3597,6 +3598,7 @@ read_struct_fields (fip, pp, type, objfile)
Type number of base class ____________________________________|
Return 1 for success, 0 for (error-type-inducing) failure. */
+/* *INDENT-ON* */
static int
read_baseclasses (fip, pp, type, objfile)