- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ExceptTranslate.h
rba912706 r307a732 10 10 // Created On : Tus Jun 06 10:13:00 2017 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Thr Jun 22 15:57:00 201713 // Update Count : 012 // Last Modified On : Fri Jun 30 10:20:00 2017 13 // Update Count : 2 14 14 // 15 15 … … 17 17 #define EXCEPT_TRANSLATE_H 18 18 19 namespace ControlFlow { 19 #include <list> 20 #include "SynTree/SynTree.h" 21 22 namespace ControlStruct { 20 23 void translateEHM( std::list< Declaration *> & translationUnit ); 21 24 /* Converts exception handling structures into their underlying C code.
Note:
See TracChangeset
for help on using the changeset viewer.