- File:
-
- 1 edited
-
src/ControlStruct/ExceptTranslate.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ExceptTranslate.h
r6b0b624 r307a732 9 9 // Author : Andrew Beach 10 10 // Created On : Tus Jun 06 10:13:00 2017 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Sat Jul 22 09:19:23201713 // Update Count : 411 // Last Modified By : Andrew Beach 12 // Last Modified On : Fri Jun 30 10:20:00 2017 13 // Update Count : 2 14 14 // 15 15 16 #pragma once 16 #ifndef EXCEPT_TRANSLATE_H 17 #define EXCEPT_TRANSLATE_H 17 18 18 19 #include <list> … … 21 22 namespace ControlStruct { 22 23 void translateEHM( std::list< Declaration *> & translationUnit ); 23 // Converts exception handling structures into their underlying C code. Translation does use the exception 24 // handling header, make sure it is visible wherever translation occurs. 24 /* Converts exception handling structures into their underlying C code. 25 * Translation does use the exception handling header, make sure it is 26 * visible wherever translation occurs. 27 */ 25 28 } 26 29 27 // Local Variables: // 28 // tab-width: 4 // 29 // mode: c++ // 30 // compile-command: "make install" // 31 // End: // 30 #endif // EXCEPT_TRANSLATE_H
Note:
See TracChangeset
for help on using the changeset viewer.