summaryrefslogtreecommitdiff
path: root/gdb/c-typeprint.c
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-05-25 18:00:33 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-05-25 18:00:33 +0000
commit87b23cbadc6ef3943f848530c349183eb5bccc69 (patch)
tree3b0be454f51791dbcbc2d8b697c55ce8df6e2a3b /gdb/c-typeprint.c
parentc250861f05257f6eaaf07305f216dfec0b5caf43 (diff)
downloadgdb-87b23cbadc6ef3943f848530c349183eb5bccc69.tar.gz
import gdb-1999-05-25 snapshot
Diffstat (limited to 'gdb/c-typeprint.c')
-rw-r--r--gdb/c-typeprint.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/c-typeprint.c b/gdb/c-typeprint.c
index c0d0333eb6a..52569f8fc53 100644
--- a/gdb/c-typeprint.c
+++ b/gdb/c-typeprint.c
@@ -41,6 +41,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Flag indicating target was compiled by HP compiler */
extern int hp_som_som_object_present;
+static void cp_type_print_method_args PARAMS ((struct type **args, char *prefix, char *varstring, int staticp, GDB_FILE *stream));
+
static void
c_type_print_args PARAMS ((struct type *, GDB_FILE *));
@@ -203,7 +205,7 @@ cp_type_print_derivation_info (stream, type)
}
/* Print the C++ method arguments ARGS to the file STREAM. */
-void
+static void
cp_type_print_method_args (args, prefix, varstring, staticp, stream)
struct type **args;
char *prefix;