Ignore:
Timestamp:
Nov 30, 2017, 12:41:53 PM (7 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:
35bae526
Parents:
36982fc
Message:

Moved debug to bits folder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/interpose.c

    r36982fc r875a72f  
    2424}
    2525
    26 #include "libhdr/libdebug.h"
     26#include "bits/debug.h"
    2727#include "libhdr/libtools.h"
    2828#include "startup.h"
     
    6969__typeof__( exit ) libc_exit __attribute__(( noreturn ));
    7070__typeof__( abort ) libc_abort __attribute__(( noreturn ));
    71 
    72 // #define INIT_REALRTN( x, ver ) libc_##x = (__typeof__(libc_##x))interpose_symbol( #x, ver )
    7371
    7472forall(dtype T)
Note: See TracChangeset for help on using the changeset viewer.