Changeset c2b9f21 for src/libcfa/bits


Ignore:
Timestamp:
Nov 30, 2017, 2:12:51 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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, resolv-new, with_gc
Children:
3d560060
Parents:
35bae526
Message:

Removed libhdr, moved its content to bits

Location:
src/libcfa/bits
Files:
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • src/libcfa/bits/align.h

    r35bae526 rc2b9f21  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // libdebug.h --
     7// align.h --
    88//
    99// Author           : Thierry Delisle
  • src/libcfa/bits/containers.h

    r35bae526 rc2b9f21  
    1515#pragma once
    1616
     17#include "bits/align.h"
    1718#include "bits/defs.h"
    18 #include "libhdr.h"
    1919
    2020//-----------------------------------------------------------------------------
  • src/libcfa/bits/debug.c

    r35bae526 rc2b9f21  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // libdebug.c --
     7// debug.c --
    88//
    99// Author           : Thierry Delisle
  • src/libcfa/bits/debug.h

    r35bae526 rc2b9f21  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // libdebug.h --
     7// debug.h --
    88//
    99// Author           : Thierry Delisle
  • src/libcfa/bits/defs.h

    r35bae526 rc2b9f21  
    3232#define __cfa_anonymous_object __cfa_anonymous_object
    3333#endif
     34
     35#ifdef __cforall
     36extern "C" {
     37#endif
     38void abortf( const char fmt[], ... ) __attribute__ ((__nothrow__, __leaf__, __noreturn__));
     39#ifdef __cforall
     40}
     41#endif
  • src/libcfa/bits/locks.h

    r35bae526 rc2b9f21  
    1818#include "bits/debug.h"
    1919#include "bits/defs.h"
    20 
    21 #include "libhdr.h"
    2220
    2321// pause to prevent excess processor bus usage
Note: See TracChangeset for help on using the changeset viewer.