Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/ExceptTranslate.h

    r307a732 rba912706  
    1010// Created On       : Tus Jun 06 10:13:00 2017
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Fri Jun 30 10:20:00 2017
    13 // Update Count     : 2
     12// Last Modified On : Thr Jun 22 15:57:00 2017
     13// Update Count     : 0
    1414//
    1515
     
    1717#define EXCEPT_TRANSLATE_H
    1818
    19 #include <list>
    20 #include "SynTree/SynTree.h"
    21 
    22 namespace ControlStruct {
     19namespace ControlFlow {
    2320        void translateEHM( std::list< Declaration *> & translationUnit );
    2421        /* Converts exception handling structures into their underlying C code.
Note: See TracChangeset for help on using the changeset viewer.