Ignore:
Timestamp:
Nov 30, 2023, 2:04:16 PM (7 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
4a89b52
Parents:
6009a5a
Message:

Removed 'New' suffixes, they are no longer needed for disambiguation.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/LabelGenerator.hpp

    r6009a5a r83fd57d  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // LabelGenerator.h --
     7// LabelGenerator.hpp --
    88//
    99// Author           : Rodolfo G. Esteves
     
    2626
    2727namespace ControlStruct {
    28         ast::Label newLabel( const std::string &, const ast::Stmt * );
    29         ast::Label newLabel( const std::string &, const CodeLocation & );
     28
     29ast::Label newLabel( const std::string &, const ast::Stmt * );
     30ast::Label newLabel( const std::string &, const CodeLocation & );
     31
    3032} // namespace ControlStruct
    3133
Note: See TracChangeset for help on using the changeset viewer.