- File:
-
- 1 edited
-
src/CodeTools/ResolvProtoDump.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeTools/ResolvProtoDump.cc
rbc179fd3 rfc134a48 304 304 305 305 // replace enums with int 306 void previsit( EnumInstType* ) { ss << (int)BasicType::SignedInt; } 306 void previsit( EnumInstType* ) { 307 // TODO: add the meaningful representation of typed int 308 ss << (int)BasicType::SignedInt; 309 } 307 310 308 311 void previsit( TypeInstType* vt ) {
Note:
See TracChangeset
for help on using the changeset viewer.