Changeset 2856982c for libcfa/src/bits


Ignore:
Timestamp:
Oct 28, 2022, 3:04:19 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
13edbac
Parents:
28372f7
Message:

Changed implicit dlink field in thread$ to have name uxer_link

File:
1 edited

Legend:

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

    r28372f7 r2856982c  
    3030#ifdef __cforall
    3131#define __cfa_anonymous_object(x) inline struct x
    32 #define __cfa_dlink(x) inline dlink(x)
     32#define __cfa_dlink1(x) dlink(x)
    3333#else
    3434#define __cfa_anonymous_object(x) struct x __cfa_anonymous_object
    35 #define __cfa_dlink(x) struct { struct x * next; struct x * back; } __dlink_substitute
     35#define __cfa_dlink1(x) struct { struct x * next; struct x * back; }
    3636#endif
    3737
Note: See TracChangeset for help on using the changeset viewer.