Changeset 134b86a for libcfa


Ignore:
Timestamp:
Nov 3, 2014, 4:38:08 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
8c17ab0
Parents:
93885663
Message:

add compiler flag to driver, update examples, fix unnamed bit fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/prelude.cf

    r93885663 r134b86a  
    325325forall(dtype DT) const volatile void *   ?=?(const volatile void * volatile *, const volatile DT*);
    326326
    327 void *             ?=?(               void *          *,                void*);
     327void *            ?=?(               void *          *,                void*);
    328328void *            ?=?(               void * volatile *,                void*);
    329 const void *       ?=?(const          void *          *,                void*);
     329const void *      ?=?(const          void *          *,                void*);
    330330const void *      ?=?(const          void * volatile *,                void*);
    331331const void *      ?=?(const          void *          *, const          void*);
Note: See TracChangeset for help on using the changeset viewer.