Changeset a056f56 for src/AST/Fwd.hpp


Ignore:
Timestamp:
Nov 13, 2020, 5:02:43 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
a0ba5e6
Parents:
ac12f1f
Message:

Fixed forward declaration of TranslationUnit?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    rac12f1f ra056f56  
    137137typedef unsigned int UniqueId;
    138138
    139 class TranslationUnit;
     139struct TranslationUnit;
    140140// TODO: Get from the TranslationUnit:
    141141extern Type * sizeType;
Note: See TracChangeset for help on using the changeset viewer.