Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/ExceptTranslate.h

    r6b0b624 r307a732  
    99// Author           : Andrew Beach
    1010// Created On       : Tus Jun 06 10:13:00 2017
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jul 22 09:19:23 2017
    13 // Update Count     : 4
     11// Last Modified By : Andrew Beach
     12// Last Modified On : Fri Jun 30 10:20:00 2017
     13// Update Count     : 2
    1414//
    1515
    16 #pragma once
     16#ifndef EXCEPT_TRANSLATE_H
     17#define EXCEPT_TRANSLATE_H
    1718
    1819#include <list>
     
    2122namespace ControlStruct {
    2223        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         */
    2528}
    2629
    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.