Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeTools/ResolvProtoDump.cc

    rfc134a48 rbc179fd3  
    304304
    305305                        // replace enums with int
    306                         void previsit( EnumInstType* ) {
    307                                 // TODO: add the meaningful representation of typed int
    308                                 ss << (int)BasicType::SignedInt;
    309                         }
     306                        void previsit( EnumInstType* ) { ss << (int)BasicType::SignedInt; }
    310307
    311308                        void previsit( TypeInstType* vt ) {
Note: See TracChangeset for help on using the changeset viewer.