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 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/module.mk

    r6009a5a r83fd57d  
    2222
    2323SRC += $(SRC_GENPOLY) \
    24         GenPoly/BoxNew.cpp \
     24        GenPoly/Box.cpp \
    2525        GenPoly/Box.h \
    2626        GenPoly/ErasableScopedMap.h \
    2727        GenPoly/FindFunction.cc \
    2828        GenPoly/FindFunction.h \
    29         GenPoly/InstantiateGenericNew.cpp \
     29        GenPoly/InstantiateGeneric.cpp \
    3030        GenPoly/InstantiateGeneric.h \
    31         GenPoly/LvalueNew.cpp \
     31        GenPoly/Lvalue.cpp \
    3232        GenPoly/ScopedSet.h \
    3333        GenPoly/ScrubTyVars.cc \
    3434        GenPoly/ScrubTyVars.h \
    35         GenPoly/SpecializeNew.cpp \
     35        GenPoly/Specialize.cpp \
    3636        GenPoly/Specialize.h
    3737
Note: See TracChangeset for help on using the changeset viewer.