2012-03-01 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / value.c
index 68e5f0229dd746b963e485492743a995169a6e10..bee6907413052d57ce24e540099899a17e5a229e 100644 (file)
@@ -2936,7 +2936,7 @@ pack_long (gdb_byte *buf, struct type *type, LONGEST num)
 
 /* Pack NUM into BUF using a target format of TYPE.  */
 
-void
+static void
 pack_unsigned_long (gdb_byte *buf, struct type *type, ULONGEST num)
 {
   int len;
This page took 0.024844 seconds and 4 git commands to generate.