aboutsummaryrefslogtreecommitdiff
path: root/gas/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/debug.c')
-rw-r--r--gas/debug.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/gas/debug.c b/gas/debug.c
index 794dc4c..9fe9a30 100644
--- a/gas/debug.c
+++ b/gas/debug.c
@@ -22,7 +22,8 @@
#include "as.h"
#include "subsegs.h"
-dmp_frags ()
+void
+dmp_frags (void)
{
asection *s;
frchainS *chp;
@@ -48,9 +49,8 @@ dmp_frags ()
}
}
-dmp_frag (fp, indent)
- struct frag *fp;
- char *indent;
+void
+dmp_frag (struct frag *fp, char *indent)
{
for (; fp; fp = fp->fr_next)
{
@@ -90,9 +90,8 @@ dmp_frag (fp, indent)
}
}
-var_chars (fp, n)
- struct frag *fp;
- int n;
+void
+var_chars (struct frag *fp, int n)
{
unsigned char *p;