Ignore:
Timestamp:
Apr 9, 2018, 2:21:27 PM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
0f56058, ca37445
Parents:
35f730f
Message:

remove cfatime.h, move itimerval constructor to "time", update concurrent examples to use Duration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.in

    r35f730f r8ad6533  
    265265        concurrency/thread concurrency/kernel concurrency/monitor \
    266266        ${shell find stdhdr -type f -printf "%p "} math gmp \
    267         bits/align.h bits/cfatime.h bits/containers.h bits/defs.h \
    268         bits/debug.h bits/locks.h concurrency/invoke.h
     267        bits/align.h bits/containers.h bits/defs.h bits/debug.h \
     268        bits/locks.h concurrency/invoke.h
    269269HEADERS = $(nobase_cfa_include_HEADERS)
    270270am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
     
    438438        gmp                             \
    439439        bits/align.h            \
    440         bits/cfatime.h          \
    441440        bits/containers.h               \
    442441        bits/defs.h             \
Note: See TracChangeset for help on using the changeset viewer.