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