summaryrefslogtreecommitdiff
path: root/src/cmd/cc/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/cc/cc.h')
-rw-r--r--src/cmd/cc/cc.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cmd/cc/cc.h b/src/cmd/cc/cc.h
index 3649bf5f6..8e8f6af44 100644
--- a/src/cmd/cc/cc.h
+++ b/src/cmd/cc/cc.h
@@ -59,7 +59,6 @@ typedef struct Bits Bits;
typedef struct Dynimp Dynimp;
typedef struct Dynexp Dynexp;
-#define NHUNK 50000L
#define BUFSIZ 8192
#define NSYMB 500
#define NHASH 1024
@@ -745,9 +744,11 @@ void acidtype(Type*);
void acidvar(Sym*);
/*
- * pickle.c
+ * godefs.c
*/
-void pickletype(Type*);
+int Uconv(Fmt*);
+void godeftype(Type*);
+void godefvar(Sym*);
/*
* bits.c