aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cc/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/cc/cc.h')
-rw-r--r--sys/cmd/cc/cc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/cmd/cc/cc.h b/sys/cmd/cc/cc.h
index d030b91..de1ec3f 100644
--- a/sys/cmd/cc/cc.h
+++ b/sys/cmd/cc/cc.h
@@ -728,6 +728,9 @@ struct Parser
Name *nm;
Name nmstk[40];
+ Ptr *pt;
+ Ptr ptstk[10];
+
Dtor *dt;
Dtor dtstk[40];
};