summaryrefslogtreecommitdiff
path: root/gas/as.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2008-08-12 23:39:31 +0000
committerAlan Modra <amodra@bigpond.net.au>2008-08-12 23:39:31 +0000
commitb12ec56f7e6a03f06d87d4adea43a45cf5691229 (patch)
tree277009d107f9f755e7a4c96d0c57080b7624094f /gas/as.c
parentfb55a3a07b0b555a4763df5adebf7775453681d6 (diff)
downloadbinutils-redhat-b12ec56f7e6a03f06d87d4adea43a45cf5691229.tar.gz
Banish PARAMS and PTR. Convert to ISO C.
Delete unnecessary forward declarations.
Diffstat (limited to 'gas/as.c')
-rw-r--r--gas/as.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/as.c b/gas/as.c
index f1a535ee8a..f67e7fb3e7 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -50,7 +50,7 @@
#ifdef HAVE_SBRK
#ifdef NEED_DECLARATION_SBRK
-extern PTR sbrk ();
+extern void *sbrk ();
#endif
#endif