summaryrefslogtreecommitdiff
path: root/gcc/bi-arity.c
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1996-07-03 22:07:53 +0000
committerMike Stump <mrs@gcc.gnu.org>1996-07-03 22:07:53 +0000
commit0f41302f4736dbb0fbf4690d6430ce581c5a9d80 (patch)
treee82dd48a4282d7b9e8b1c71b065b52af17254c52 /gcc/bi-arity.c
parent9753f1136864a98cca12ab71f0ffe1af4dd84486 (diff)
downloadgcc-0f41302f4736dbb0fbf4690d6430ce581c5a9d80.tar.gz
formatting tweaks
From-SVN: r12390
Diffstat (limited to 'gcc/bi-arity.c')
-rw-r--r--gcc/bi-arity.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/bi-arity.c b/gcc/bi-arity.c
index da3607fbf5d..d0b4d5a112c 100644
--- a/gcc/bi-arity.c
+++ b/gcc/bi-arity.c
@@ -63,7 +63,8 @@ main ()
}
/* Safely allocate NBYTES bytes of memory. Returns pointer to block of
- memory. */
+ memory. */
+
char *
xmalloc (nbytes)
int nbytes;