summaryrefslogtreecommitdiff
path: root/src/cmd/5a
diff options
context:
space:
mode:
authorDean Prichard <dean.prichard@gmail.com>2010-03-08 18:13:19 -0800
committerDean Prichard <dean.prichard@gmail.com>2010-03-08 18:13:19 -0800
commit01c36f84cc8bf59cd5ce3439176be4a4f62deef4 (patch)
treea3726888f7bf944a2efedd094099ea1f6c4385bb /src/cmd/5a
parentb45c8ea1e3ee6e3d387309483be0571b73478ffb (diff)
downloadgo-01c36f84cc8bf59cd5ce3439176be4a4f62deef4.tar.gz
arm: cleanup build warnings
trivial stuff lex.c: these prototypes are in a.h asm.c: unused variables arm-pass.txt deal w/ sieve.go rename and addition of sieve2.go R=kaib, rsc CC=golang-dev http://codereview.appspot.com/244041 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/cmd/5a')
-rw-r--r--src/cmd/5a/lex.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd/5a/lex.c b/src/cmd/5a/lex.c
index e0235d4e6..2cc0993e4 100644
--- a/src/cmd/5a/lex.c
+++ b/src/cmd/5a/lex.c
@@ -46,9 +46,6 @@ systemtype(int sys)
return sys&Plan9;
}
-void* alloc(int32);
-void* allocn(void*, int32, int32);
-
void
main(int argc, char *argv[])
{