Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Type.h

    red8a0d2 r6013bd7  
    247247        void set_isStatic( bool newValue ) { isStatic = newValue; }
    248248
    249         bool is_array() const { return isStatic || isVarLen || dimension; }
    250 
    251249        virtual PointerType *clone() const { return new PointerType( *this ); }
    252250        virtual void accept( Visitor & v ) { v.visit( this ); }
Note: See TracChangeset for help on using the changeset viewer.