diff options
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -880,7 +880,6 @@ typedef Declaration *DeclarationPtr; typedef struct ForExpr { U8 flags; - Type *type; /* NULL before typing */ Declaration header; Block body; union { |