Ignore:
Timestamp:
Jun 24, 2019, 4:11:33 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3e2f5e3
Parents:
da7454c
Message:

Fixed warning in libcfa

File:
1 edited

Legend:

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

    rda7454c r3623f9d  
    7878//-----------------------------------------------------------------------------
    7979#ifdef __cforall
    80         forall(dtype TYPE | is_node(TYPE))
     80        forall(dtype TYPE)
    8181        #define T TYPE
    8282#else
     
    9595
    9696#ifdef __cforall
    97         forall(dtype T | is_node(T))
     97        forall(dtype T)
    9898        static inline void ?{}( __stack(T) & this ) {
    9999                (this.top){ NULL };
     
    122122//-----------------------------------------------------------------------------
    123123#ifdef __cforall
    124         forall(dtype TYPE | is_node(TYPE))
     124        forall(dtype TYPE)
    125125        #define T TYPE
    126126#else
     
    141141#ifdef __cforall
    142142
    143         forall(dtype T | is_node(T))
     143        forall(dtype T)
    144144        static inline void ?{}( __queue(T) & this ) with( this ) {
    145145                head{ NULL };
Note: See TracChangeset for help on using the changeset viewer.