aboutsummaryrefslogtreecommitdiff
path: root/gdb/parse.c
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-05-25 18:09:09 +0000
committerJason Molenda <jmolenda@apple.com>1999-05-25 18:09:09 +0000
commit392a587b0562bfd8561bc15ad2625a4f49f461f0 (patch)
tree933e0970b7845c901c7ea3e128fa9cb0dcf9fe14 /gdb/parse.c
parent751d21b5b946a4a451552fbac692b14abea3d816 (diff)
downloadfsf-binutils-gdb-392a587b0562bfd8561bc15ad2625a4f49f461f0.zip
fsf-binutils-gdb-392a587b0562bfd8561bc15ad2625a4f49f461f0.tar.gz
fsf-binutils-gdb-392a587b0562bfd8561bc15ad2625a4f49f461f0.tar.bz2
import gdb-1999-05-25 snapshot
Diffstat (limited to 'gdb/parse.c')
-rw-r--r--gdb/parse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/parse.c b/gdb/parse.c
index 76ed1b6..42b0f3b 100644
--- a/gdb/parse.c
+++ b/gdb/parse.c
@@ -70,6 +70,8 @@ prefixify_expression PARAMS ((struct expression *));
static void
prefixify_subexp PARAMS ((struct expression *, struct expression *, int, int));
+void _initialize_parse PARAMS ((void));
+
/* Data structure for saving values of arglist_len for function calls whose
arguments contain other function calls. */