From 733e9d3977ae9896f94b1f7312b0398ccce19c35 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 21 Apr 2004 02:40:59 +0000 Subject: Fix bug in typedef guys. --- src/cmd/acidtypes/dat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/acidtypes/dat.h') diff --git a/src/cmd/acidtypes/dat.h b/src/cmd/acidtypes/dat.h index 1ad77714..f6a34647 100644 --- a/src/cmd/acidtypes/dat.h +++ b/src/cmd/acidtypes/dat.h @@ -74,6 +74,7 @@ int dwarf2acid(struct Dwarf*, Biobuf*); int stabs2acid(struct Stab*, Biobuf*); Type *newtype(void); +Type *defer(Type*); char *nameof(Type*, int); void freetypes(void); -- cgit v1.2.3