aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acidtypes/type.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-21 02:40:59 +0000
committerrsc <devnull@localhost>2004-04-21 02:40:59 +0000
commit733e9d3977ae9896f94b1f7312b0398ccce19c35 (patch)
treeb22b51aeea1a708efbfcd1f1484c7d49dd5498db /src/cmd/acidtypes/type.c
parent79f2723f25b698aabc25d7f7bc6b551b58d3716b (diff)
downloadplan9port-733e9d3977ae9896f94b1f7312b0398ccce19c35.tar.gz
plan9port-733e9d3977ae9896f94b1f7312b0398ccce19c35.tar.bz2
plan9port-733e9d3977ae9896f94b1f7312b0398ccce19c35.zip
Fix bug in typedef guys.
Diffstat (limited to 'src/cmd/acidtypes/type.c')
-rw-r--r--src/cmd/acidtypes/type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/acidtypes/type.c b/src/cmd/acidtypes/type.c
index 872c38b3..c9e8431e 100644
--- a/src/cmd/acidtypes/type.c
+++ b/src/cmd/acidtypes/type.c
@@ -165,7 +165,7 @@ renumber(TypeList *tl, uint n1)
}
}
-static Type*
+Type*
defer(Type *t)
{
Type *u, *oldt;