Ignore:
Timestamp:
Nov 30, 2021, 11:27:30 AM (18 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
f27331c
Parents:
03cdad6
Message:

Translated valitate-E after much bug hunting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/module.mk

    r03cdad6 r2cf3b87  
    1515###############################################################################
    1616
    17 SRC += Concurrency/Keywords.cc Concurrency/Keywords.h Concurrency/Waitfor.cc Concurrency/Waitfor.h
    18 SRCDEMANGLE += Concurrency/Keywords.cc
     17SRC_CONCURRENCY = \
     18        Concurrency/KeywordsNew.cpp \
     19        Concurrency/Keywords.cc
    1920
     21SRC += $(SRC_CONCURRENCY) \
     22        Concurrency/Keywords.h \
     23        Concurrency/Waitfor.cc \
     24        Concurrency/Waitfor.h
     25
     26SRCDEMANGLE += $(SRC_CONCURRENCY)
     27
Note: See TracChangeset for help on using the changeset viewer.