Changeset 8108ba8 for libcfa/src/bits


Ignore:
Timestamp:
May 13, 2022, 12:12:20 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
cce4648
Parents:
c0af102
Message:

Started to add basic visibility control to libcfa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/bits/defs.hfa

    rc0af102 r8108ba8  
    3636#define __cfa_dlink(x) struct { struct x * next; struct x * back; } __dlink_substitute
    3737#endif
     38
     39#define libcfa_public __attribute__((visibility("default")))
    3840
    3941#ifdef __cforall
Note: See TracChangeset for help on using the changeset viewer.