Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/LabelGeneratorNew.hpp

    r400b8be rdd3263c  
    99// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Fir Mar 25 15:40:00 2022
    13 // Update Count     : 28
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Mon Jan 31 18:03:09 2022
     13// Update Count     : 27
    1414//
    1515
     
    1818#include <string>                                                                               // for string
    1919
    20 class CodeLocation;
     20class Statement;
    2121
    2222namespace ast {
     23        class Stmt;
    2324        class Label;
    24         class Stmt;
    2525} // namespace ast
    2626
    2727namespace ControlStruct {
    2828        ast::Label newLabel( const std::string &, const ast::Stmt * );
    29         ast::Label newLabel( const std::string &, const CodeLocation & );
    3029} // namespace ControlStruct
    3130
Note: See TracChangeset for help on using the changeset viewer.