Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/InitModel.h

    rd3b7937 r2a4b088  
    7373                        void visit( SizeofExpr * ) { throw 0; }
    7474                        void visit( AlignofExpr * ) { throw 0; }
     75                        void visit( UntypedOffsetofExpr * ) { throw 0; }
     76                        void visit( OffsetofExpr * ) { throw 0; }
    7577                        void visit( AttrExpr * ) { throw 0; }
    7678                        void visit( LogicalExpr * ) { throw 0; }
Note: See TracChangeset for help on using the changeset viewer.