Fix -Wuh and -Wnhu options so that they work.
[deliverable/binutils-gdb.git] / gdb / ax-general.c
index 76e9bb462db77d51c0b622d14fd7ae4be9cbbaae..072817d73d42aba1ae305b92ad38e127f6ec9df5 100644 (file)
@@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-/* $Id$ */
-
 /* Despite what the above comment says about this file being part of
    GDB, we would like to keep these functions free of GDB
    dependencies, since we want to be able to use them in contexts
@@ -27,6 +25,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "defs.h"
 #include "ax.h"
 
+#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.  */
 
This page took 0.023129 seconds and 4 git commands to generate.