diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-10-20 18:11:52 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-10-20 18:11:52 +0000 |
commit | 0e6aa33c580bdd19e4dd7b6a04c11f911d3a016f (patch) | |
tree | cfdd40b4507b161f39f58025d750619654a55b86 /usr.bin/pcc/mip/pass2.h | |
parent | abbd5e70ae4c6f9eb797a251f4bf4c9474f05d14 (diff) |
minor changes i missed on earlier merges with ragge's repo
Diffstat (limited to 'usr.bin/pcc/mip/pass2.h')
-rw-r--r-- | usr.bin/pcc/mip/pass2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/pcc/mip/pass2.h b/usr.bin/pcc/mip/pass2.h index c8a18e0b1ec..5ddf032747a 100644 --- a/usr.bin/pcc/mip/pass2.h +++ b/usr.bin/pcc/mip/pass2.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pass2.h,v 1.3 2007/10/01 18:51:02 otto Exp $ */ +/* $OpenBSD: pass2.h,v 1.4 2007/10/20 18:11:51 otto Exp $ */ /* * Copyright(C) Caldera International Inc. 2001-2002. All rights reserved. * @@ -251,7 +251,6 @@ void comperr(char *str, ...); void genregs(NODE *p); void ngenregs(struct interpass *); NODE *store(NODE *); -void gencall(NODE *, NODE *prev); struct interpass *ipnode(NODE *); void deflab(int); void rmove(int, int, TWORD); |