Changes in src/SynTree/AggregateDecl.cc [8f06277:28f8f15]
- File:
-
- 1 edited
-
src/SynTree/AggregateDecl.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/AggregateDecl.cc
r8f06277 r28f8f15 29 29 30 30 // These must harmonize with the corresponding AggregateDecl::Aggregate enumerations. 31 static const char * aggregateNames[] = { "struct", "union", "enum", "exception", "trait", "generator", "coroutine", "monitor", "thread", "NoAggregateName" };31 static const char * aggregateNames[] = { "struct", "union", "enum", "exception", "trait", "generator", "coroutine", "monitor", "thread", "NoAggregateName", "data" }; 32 32 33 33 const char * AggregateDecl::aggrString( AggregateDecl::Aggregate aggr ) {
Note:
See TracChangeset
for help on using the changeset viewer.