summaryrefslogtreecommitdiff
path: root/ld/ldmisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldmisc.h')
-rw-r--r--ld/ldmisc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/ldmisc.h b/ld/ldmisc.h
index 6059268c28..dda40eeb50 100644
--- a/ld/ldmisc.h
+++ b/ld/ldmisc.h
@@ -38,7 +38,8 @@ do { if (!(x)) info_assert(__FILE__,__LINE__); } while (0)
#define FAIL() \
do { info_assert(__FILE__,__LINE__); } while (0)
-extern void print_space (void);
+extern void print_spaces (int);
+#define print_space() print_spaces (1)
extern void print_nl (void);
#endif