forked from Imagelibrary/binutils-gdb
Update makefile.in dependencies. Add header wrappers.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user