2002-02-27 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / valprint.h
index 5bea657b2031e23a6f7fde98d645ea250d7aeeaa..52314aaa191e2206ba72cb39da44343bd5e1e261 100644 (file)
@@ -18,6 +18,8 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#ifndef VALPRINT_H
+#define VALPRINT_H
 
 extern int prettyprint_arrays; /* Controls pretty printing of arrays.  */
 extern int prettyprint_structs;        /* Controls pretty printing of structures */
@@ -55,3 +57,4 @@ extern void print_octal_chars (struct ui_file *, unsigned char *,
 
 extern void print_decimal_chars (struct ui_file *, unsigned char *,
                                 unsigned int);
+#endif
This page took 0.023086 seconds and 4 git commands to generate.