]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ax-general.c
import gdb-1999-05-25 snapshot
[thirdparty/binutils-gdb.git] / gdb / ax-general.c
index 30022a376e2917db4e02f79e2802fa790f8cdceb..072817d73d42aba1ae305b92ad38e127f6ec9df5 100644 (file)
@@ -27,6 +27,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "value.h"
 
+static void grow_expr PARAMS ((struct agent_expr *x, int n));
+
+static void append_const PARAMS ((struct agent_expr *x, LONGEST val, int n));
+
+static LONGEST read_const PARAMS ((struct agent_expr *x, int o, int n));
+
+static void generic_ext PARAMS ((struct agent_expr *x, enum agent_op op, int n));
 \f
 /* Functions for building expressions.  */