Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/InitModel.h

    rafc1045 r843054c2  
    1818
    1919#include "Association.h"
    20 #include "Common/SemanticError.h"
     20#include "SemanticError.h"
    2121#include "SynTree/Visitor.h"
    2222
     
    7272                        void visit( ConstantExpr * );
    7373                        void visit( SizeofExpr * ) { throw 0; }
    74                         void visit( AlignofExpr * ) { throw 0; }
    75                         void visit( UntypedOffsetofExpr * ) { throw 0; }
    76                         void visit( OffsetofExpr * ) { throw 0; }
    77                         void visit( OffsetPackExpr * ) { throw 0; }
    7874                        void visit( AttrExpr * ) { throw 0; }
    7975                        void visit( LogicalExpr * ) { throw 0; }
Note: See TracChangeset for help on using the changeset viewer.