Ignore:
Timestamp:
Jan 11, 2023, 1:43:30 PM (23 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
42b739d7
Parents:
b49310f (diff), 8fcf921 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.cc

    rb49310f r862658a  
    283283                                assert( obj );
    284284                                output << "static ";
    285                                 output << genType(enumDecl->base, "", options) << " const ";
    286                                 output << mangleName( obj ) << " ";
     285                                output << genType(enumDecl->base, mangleName( obj ), options);
    287286                                output << " = ";
    288287                                output << "(" << genType(enumDecl->base, "", options) << ")";
Note: See TracChangeset for help on using the changeset viewer.