Update makefile.in dependencies. Add header wrappers.

This commit is contained in:
Andrew Cagney
2001-10-21 19:20:30 +00:00
parent fd0407d670
commit 17732724f3
9 changed files with 330 additions and 240 deletions

View 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